HI everybody.
When using the SAX interface, there is a way to get the information in the
DOCTYPE declaration ?
In the example below:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE RootElement SYSTEM "myDTD.dtd">
<RootElement>
........
</RootElement>
How I get the name after DOCTYPE (RootElement) and the name after SYSTEM
(the external DTD name "myDTD.dtd")
Many thanks
Alfredo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]