Why I.e 5.5 does not flash an error when a xml file
violates dtd rules.
for ex
if i wrtite a dtd file like this
<!ELEMENT movies (movie)+ >
<!ELEMENT movie (title,actor+,writer?,producer+)>
and then
for xml file if i change the sequence of
elements
like writer before actor
it does not show any error.
please help me?
violates dtd rules.
for ex
if i wrtite a dtd file like this
<!ELEMENT movies (movie)+ >
<!ELEMENT movie (title,actor+,writer?,producer+)>
and then
for xml file if i change the sequence of
elements
like writer before actor
it does not show any error.
please help me?