Bret,

The XML standard is to be found at: http://www.w3.org/TR/REC-xml

Cheers,

Peet
----- Original Message ----- 
From: "Brett McLaughlin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 03, 2000 5:08 PM
Subject: DOM and XML Declaration


> Using DOM, how can I get at the XML declaration?
> 
> For example, for:
> 
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> 
> How can I find out the version, encoding, and standalone state of the
> document?  I see nothing in DOM that helps me, as the XML declaration
> isn't reported through a PI (org.w3c.dom.ProcessingInstruction). 
> Thanks.
> 
> -Brett

Reply via email to