[
Lists Home |
Date Index |
Thread Index
]
Michael Kay wrote:
> Under JDK 1.5.0_06, I've called
>
> SAXParserFactory.newInstance().newSAXParser().getXMLReader()
>
Not exactly what you were asking but won't the resulting XMLReader be
non-namespace aware? Is that really what you want?
Or is the XMLReader always namespace aware even if the SAXParser it's
created from isn't? or something weird like that?
--
Elliotte Rusty Harold elharo@metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
|