Newbies Netta Posted January 11, 2004 Newbies Posted January 11, 2004 When switching to jre 1.4.2 I have a problem to generate a new transformer using: TransformerFactory transformerFactory = javax.xml.transform.TransformerFactory.newInstance(); Source xsl = new StreamSource(...); transformerFactory.newTransformer(xsl); The exception thrown is ConfigurationTransformerExcpetion: A location step was expected following the '/' or '//' token. This exception does not occur in earlier JDKs and in any case it occurs only for part of my XSL files. Is there a change in the XSL format that causes this exception?
Recommended Posts
This topic is 7623 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now