XML parse error

2011-01-06 Thread Kovacs Zsolt
Hi, I have a camel endpoint .to("xslt:xslt/transformer.xsl") and in the transformer.xml file I try to use but deployment failed and get the "Error creating XSLT template. This is most likely be caused by a XML parse error. Please verify your XSLT file configured." me

Re: XML parse error

2011-01-06 Thread Mark Ford
slt:xslt/transformer.xsl") and in the > transformer.xml file I try to use >   >  but deployment failed  and get the "Error creating XSLT template. > This is most likely be caused by a XML parse error. Please verify your > XSLT file configured." >  message. > >

Re: XML parse error

2011-01-07 Thread Kovacs Zsolt
lt/transformer.xsl") and in the >> transformer.xml file I try to use >>   >>  but deployment failed  and get the "Error creating XSLT template. >> This is most likely be caused by a XML parse error. Please verify your >> XSLT file configured." >>

Re: XML parse error

2011-01-07 Thread Willem Jiang
t;xslt:xslt/transformer.xsl") and in the transformer.xml file I try to use but deployment failed and get the "Error creating XSLT template. This is most likely be caused by a XML parse error. Please verify your XSLT file configured." message. I guess the problem is probably cau

Re: XML parse error

2011-01-07 Thread Kovacs Zsolt
;        saxon >>>        9.1.0.8 >>>       >>>       >>>        net.sourceforge.saxon >>>        saxon >>>        9.1.0.8 >>>        dom >>>       >>> >>> If not, then download a recent version of saxon and try i

Re: XML parse error

2011-01-07 Thread Kovacs Zsolt
   9.1.0.8 >>>>       >>>>       >>>>        net.sourceforge.saxon >>>>        saxon >>>>        9.1.0.8 >>>>        dom >>>>       >>>> >>>> If not, then download a recent version of saxon and

Re: XML parse error

2011-01-07 Thread Willem Jiang
nd in the transformer.xml file I try to use but deployment failed and get the "Error creating XSLT template. This is most likely be caused by a XML parse error. Please verify your XSLT file configured." message. I guess the problem is probably caused by the parser used by Camel bec

Re: XML parse error

2011-01-07 Thread Mark Ford
should verify that you have an XSLT >>>>>> 2.0 capable library in your classpath. Perhaps when you're using the >>>>>> endpoint within JBI there is a 2.0 capable API in the classpath. >>>>>> >>>>>> If you're using Maven,