Indeed, Xalan relies on the XML parser currently being used (Xalan doesn't
necessarily know which JAXP-compatible parser is being used; we normally
don't care) to support XML Namespaces, since otherwise we cannot process
XSL stylesheets.  Common problems include using an older parser that may
only support SAX1 (which doesn't support namespaces) or a more modern
parser that for some reason turns *off* it's namespace support by default.

So - double-check that the correct XML parser is being used in the actual
task, and if it still doesn't work, check the parser's release notes to see
what their defaults for supporting namespaces is.

- Shane

---- you  "Vries, Michiel de" <[EMAIL PROTECTED]> wrote
----
> > > The error I'm getting is:
> > > ....

> D:\continuus\JUniface-ivs\JUniface\exporters\d:\continuus\JUniface-iv
> > > s\JUniface\exporters\a.xsl
> > > javax.xml.transform.TransformerConfigurationException:
> Namespace not
> > > supported by SAXParser
> > >
> >
> > Seems your Parse does only support SAX1 and not SAX2 which
> > added support
> > for name spaces.



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

Reply via email to