B
billsahiker
Anyone know of some sample xml files on the net that include every
option of DOCTYPE?
I cannot find much. Lots of documentation, but cannot find examples so
I can see the exact syntax. So, I have tried to write one in notepad,
but IE gives me errors. For example, what is wrong with the
following?:
<!DOCTYPE book PUBLIC "http://www.yahoo.com" [<!ENTITY h
'hardcover'>]><book genre='novel' ISBN='1-861001-57-5'><title>Pride
And Prejudice</title><misc/></book>
IE6 gives me this error:
A string literal was expected, but no opening quote character was
found.
I tried both single and double quotes around the public url. If I take
out the public url, ie displays the xml OK.
I wrote a parsing routine in c# and I need some test xml files with
every nodetype and interface thereof.
please help
Bill
option of DOCTYPE?
I cannot find much. Lots of documentation, but cannot find examples so
I can see the exact syntax. So, I have tried to write one in notepad,
but IE gives me errors. For example, what is wrong with the
following?:
<!DOCTYPE book PUBLIC "http://www.yahoo.com" [<!ENTITY h
'hardcover'>]><book genre='novel' ISBN='1-861001-57-5'><title>Pride
And Prejudice</title><misc/></book>
IE6 gives me this error:
A string literal was expected, but no opening quote character was
found.
I tried both single and double quotes around the public url. If I take
out the public url, ie displays the xml OK.
I wrote a parsing routine in c# and I need some test xml files with
every nodetype and interface thereof.
please help
Bill