S
Spacen Jasset
I am thinking of using XML PI tags to convey some preprocessing
instructions to a pre-processor before passing the xml to an xmlparser
in an external library.
Something likethis
<?pi?>
I've read the xml specification and it seems to allow colons in the PI
name like namespaces, thus:
<?pi:test?>
However, internet exporer complains the document isn't valid. So
presumably it's not and there is some footnote to this affect somewhere?
instructions to a pre-processor before passing the xml to an xmlparser
in an external library.
Something likethis
<?pi?>
I've read the xml specification and it seems to allow colons in the PI
name like namespaces, thus:
<?pi:test?>
However, internet exporer complains the document isn't valid. So
presumably it's not and there is some footnote to this affect somewhere?