RE: errors while loading and validating a XSL file

2002-02-20 Thread Anderson, John
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 th

Re: AW: errors while loading and validating a XSL file

2002-02-18 Thread Rahul Srivastava
gt; An: [EMAIL PROTECTED] > Cc: Andreas Völker > Betreff: 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 > lik

AW: errors while loading and validating a XSL file

2002-02-18 Thread Andreas Völker
ul Srivastava [mailto:[EMAIL PROTECTED] Gesendet: Montag, 18. Februar 2002 19:54 An: [EMAIL PROTECTED] Cc: Andreas Völker Betreff: 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 a

Re: errors while loading and validating a XSL file

2002-02-18 Thread Rahul Srivastava
> 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";> > > > > > > > > > >

errors while loading and validating a XSL file

2002-02-18 Thread Andreas Völker
Title: errors while loading and validating a XSL file 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/Tran