The codes are made available using Gist.
TREE --> XML
In the following gist, I provide an example on how to create a XML physical representation of a IIB in memory tree.
The principle is the following
- Create an element of type XMLNSC parser
- Copy or create a IIB tree
- Use the function ASBITSTREAM to serialize the tree in bitstream using the parser (here XML)
BLOB --> XML
In the following gist, I provide an example on how to create a XML tree from a BLOB.
In the example the BLOB is provided as test in a hexadecimal representation. The code parses it to an XML and append it in the current XML.
In the example the BLOB is provided as test in a hexadecimal representation. The code parses it to an XML and append it in the current XML.
No comments:
Post a Comment