oh yes! my xsl file does not start like this and this is a problem in my xsl. Thanks J.Pietschmann for pointing this out.
 
>Try use a JAXP directly as Jeremias hinted, and be sure to
>not override the usual default of not validating the XSLT
>for the stylesheet parser.
 
can u explain a bit more - rather steps for this ? how can i achieve this ? Although now i am getting the things properly still i would prefer to know about this.
 
regards
Manisha
 
"J.Pietschmann" <[EMAIL PROTECTED]> wrote:

Manisha Sathe wrote:
> I tried yr xml and xsl and i am not getting any error. Now i will check
> my xml/xsl exactly where i am going wrong but that's my job.

our style shett probably starts with a DOCTYPE declaration,
probably for declaring entities like nbsp:

 


]>

Try use a JAXP directly as Jeremias hinted, and be sure to
not override the usual default of not validating the XSLT
for the stylesheet parser. If this doesn't help, check
your JDK version and upgrade if necessary, and check your
classpath and endorsed directories for undesirable XML parser
libraries (there was a Crimson release, rather long ago, which
validated on encountering a DOCTYPE with an internal subset
even if not told to validate)

You can also expand any entity declared in the DOCTYPE in
the stylesheet, and get rid of the DOCTYPE decl completely.

J.Pietschmann

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


Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.

Reply via email to