
April 11th, 2003, 06:40 PM
|
|
Registered User
|
|
Join Date: Mar 2003
Posts: 10
Time spent in forums: 1 m
Reputation Power: 0
|
|
|
How do I tell my Parser to look for a .dtd file?
I have a XML document that requires a .dtd file. The source of the XML does not include any of the tag attributes because they are all stored in a .dtd file. When I try to parse the XML file, it just parses the tags as if they had no attributes because it is strictly looking at the source of the XML.
Is there any code or tutorials out there that show how to get a parser to take into account attributes that may be set by a .dtd file?
Last edited by acidbox : April 11th, 2003 at 06:58 PM.
|