Hi All,
I have an Xml application whose documents reference an external dtd for
parsing through the DOCTYPE node. I will like to read values within the
entities in the dtd either through the SAX API or DOM. How do I do that? Any
help will be appreciated.
Regards,
Eyumotu
Extract from dtd:
<!ELEMENT PXapi (request | response) >
<!ATTLIST PXapi apiver CDATA #FIXED "1.1" >
<!-- parameter entities -->
<!ENTITY % valid_fcn "(AVG | SUM | MAX | MIN)" -->
<!ENTITY % valid_order "(ASC | DESC)" >
......................................
......................................
<!-- end of PXapi DTD -->
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]