- From: Jeff Lu <jeff@menuweb.com>
- Date: Fri, 26 Nov 1999 05:10:05 -0500
- To: <www-dom@w3.org>
Now that I have read the following XML document into memory. What DOM API can I use to parse out the content of the ProcessingInstruction and the DocumentType? thanks <?xml version="1.0"?> <!DOCTYPE doc SYSTEM "some.dtd"> <doc> <Title> Document Title </Title> <Name> Name </Name> </doc>
Received on Friday, 26 November 1999 17:13:54 UTC