[
Lists Home |
Date Index |
Thread Index
]
> >
> > 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?
It's possible that this is the difference from the other application - that
in this case I'm not setting the namespace-features back to their SAX
default values. Perhaps the error message is an unsubtle way of saying "I
can't do 1.1 unless I'm doing namespaces"? Just a thought.
Michael Kay
|