[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] entity encodings (was: root tag)
- From: David Brownell <david-b@pacbell.net>
- To: Francisco Belloso <pac0rro@yahoo.com>, xml-dev@lists.xml.org
- Date: Thu, 25 Oct 2001 11:20:00 -0700
> I need to read the encoding attribute from the first
> xml tag (<?xml ... ).
>
> Is this possible whith SAX?. I've tried
> processingInstruction and startElement....
The question comes up enough that a new extension
should be handling it. The extension is defined, but
not "released" (it's in CVS, as an "alpha" release).
http://sax.sourceforge.net/apidoc/org/xml/sax/ext/Locator2.html
So far as I know, that's not yet implemented anywhere.
- Dave