D
David L
Apologise for a question from someone new to XML.
I would like to create through program (e.g. VB6), a valid and well
formed XML document which consists of embedded XML documents of
various types (e.g. SVG, schema, etc).
Reason I want to do this is that I want a clean method of storing all
related XML documents in a single record, and later extract embedded
XML documents from a container document using XML parser functions.
I suppose if such things are possible, the characters used by the
dependent XML documents have to be remapped so as not to confuse the
parser for the main document.
Another way is for me to pack the dependent XML document into a zip
file, but then I end up with binary, whereas XML is text based. Are
there functions to convert a binary file of around 500K bytes into an
XML compatible text format?
Am I asking too much of commonly available XML tools, based on the
state of implementation of this rapidly changing technology?
Thanks in advance for help provided.
QRDavid
24 Dec 2003
I would like to create through program (e.g. VB6), a valid and well
formed XML document which consists of embedded XML documents of
various types (e.g. SVG, schema, etc).
Reason I want to do this is that I want a clean method of storing all
related XML documents in a single record, and later extract embedded
XML documents from a container document using XML parser functions.
I suppose if such things are possible, the characters used by the
dependent XML documents have to be remapped so as not to confuse the
parser for the main document.
Another way is for me to pack the dependent XML document into a zip
file, but then I end up with binary, whereas XML is text based. Are
there functions to convert a binary file of around 500K bytes into an
XML compatible text format?
Am I asking too much of commonly available XML tools, based on the
state of implementation of this rapidly changing technology?
Thanks in advance for help provided.
QRDavid
24 Dec 2003