|
-
Jul 26th, 2002, 07:20 AM
#1
For some reason, IE isn't complaining about my XML
I've got an XML document, with a DTD. Just to see what happens, I tried to make the XML incorrect, but no errors came up. Why would that be?
XML :
Code:
<?xml version="1.0"?>
<!DOCTYPE test SYSTEM "test.dtd">
<test>
<crap/><crap/><crap/>
</test>
test.dtd :
Code:
<!ELEMENT test (testelement)>
<!ELEMENT testelement (#PCDATA)>
From what I understand, I should be getting errors about the document or the dtd or something, but nothing is coming up as wrong.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|