| Author |
illegal XML element .......but no error why?
|
Harish Tiruvile
Ranch Hand
Joined: Dec 01, 2005
Posts: 99
|
|
Hi all, We are using DTD to define legal elements in XML file...that means if we add illegal elements it should indicate error. But in the following example...while declaring elements in DTD i have mentioned that in xml file both fname and lname should present in any order...so ********************************************************************** File:Test.dtd ********************************************************************** File:XmlTest.xml ********************************************************************** Ouput from internet explore version 6.0 ********************************************************************** As per declaration i should get error because i have not included lname in XML file...but i am not getting error Why? I have altered Name element declaration as follows ,still i am not getting error if it is not giving Error then what is the use of DTD...i mean how it is restricting the applications from entering illegal elements in to xml file If anybody knows please tell me the reason... [ June 22, 2006: Message edited by: harish thrivile ]
|
Giving up is the easiest thing in the world to do..but holding it together when everything seems like falling apart is true strength!!
with regards, Harish.T
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16482
|
|
|
So you are asking about the XML parser built into IE 6.0? Looks like it's a non-validating parser.
|
 |
 |
|
|
subject: illegal XML element .......but no error why?
|
|
|