Title: RE: parser looks for DTD file even if validation is off
Hi!
 
Can any one help me in defining a dtd, which enforces that attributes in the tag can be in any order
 
<Rule name="abc" value="xyz" pattern = "*">
 
which mean dtd should not enforce the order for name, value, pattern i.e a rule of kind
<Rule  value="xyz" pattern = "*" name="abc" > is also valid
 
Any pointers please.....
 
Thanking you in advance..
 
 
Regards,
Nagendra

Reply via email to