RE: errors while loading and validating a XSL file
Title: errors while loading and validating a XSL file You can "sort of" validate your XSL file by running it against a dummy document through Xalan. Xalan doesn't explicitly need the XSLT schema, but should report errors in the XSL. Caveat: I haven't actually tried this. -Original Me
Re: errors while loading and validating a XSL file
> Andreas Völker wrote... > > Hi, > I am using Xerces2 Java Parser 2.0.0 and try to load and validate a XSL file like this ... > > >xmlns:xsl="http://www.w3.org/1999/XSL/Transform";> > > > > > > > > > >