A
Asger Jørgensen
Hi there
I am writing a xml parser for some very strict xml files and it
is going quite wll, but i have a little trouble with the tags that
start with <! and <? I dont exactly know what to do with them.
There is ofcource also the <-- coment but that is more logical to me.
At he begining og the document i have
<?xml version...... that make sence
then sometimes there is a:
<?xml-stylesheet.....that also make sence
then the document starts:
<Invoice xmlns=........
Then sometimes down in the document there is a:
<?TestInstance
ResponseTo="smtp:[email protected]"
description= "apply your comment here"
?>
and this is where I get confused.
Would somebody be so kind as to explain to me what the rules are
for those tags and what they are used for / can do with them.
I have also seen some other xml document with extra
<!TagName at least I think i have, because now I cant reproduse
it without getting an error from IE.
Thanks in advance
Asger
I am writing a xml parser for some very strict xml files and it
is going quite wll, but i have a little trouble with the tags that
start with <! and <? I dont exactly know what to do with them.
There is ofcource also the <-- coment but that is more logical to me.
At he begining og the document i have
<?xml version...... that make sence
then sometimes there is a:
<?xml-stylesheet.....that also make sence
then the document starts:
<Invoice xmlns=........
Then sometimes down in the document there is a:
<?TestInstance
ResponseTo="smtp:[email protected]"
description= "apply your comment here"
?>
and this is where I get confused.
Would somebody be so kind as to explain to me what the rules are
for those tags and what they are used for / can do with them.
I have also seen some other xml document with extra
<!TagName at least I think i have, because now I cant reproduse
it without getting an error from IE.
Thanks in advance
Asger