xslt

3 posts / 0 new
Last post
Offline
Last seen: 9 months 3 weeks ago
Joined: 09/14/2022
Posts: 4
Deserializing DDS data without DDS methods

Hello:

I have implemented a software that deserializes data buffers, given the buffer and a dictionary (XML file with a propietary schema) to interpret the buffer.

Example of imaginary schema:

<message name="UserRequestsMessage">
    <member name="user_id" bits="32" word="0" startbit="31" type="int32"/>
    <array name="user_requests" length="16">
        <struct name="user_request" type="UserRequest">

Subscribe to RSS - xslt