On Jul 18, 2006, at 10:18 AM, Raymond Feng wrote:

Hi, Jeremy.

Can you try this patch? It seems that in your environment the SAX XMLReader may have a different feature settings on "namespaces" or "namespace-prefixes". With the patch, I enforce them by:

reader.setFeature("http://xml.org/sax/features/namespaces";, true); // Default to true reader.setFeature("http://xml.org/sax/features/namespace-prefixes";, false); // Default to false
Thanks,

Thanks - it works now
Patch applied.
--
Jeremy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to