LPX-00601: Invalid token
536993Jul 20 2007 — edited Jul 23 2007Hallo,
and the next problem arised when trying to
SELECT XMLTransform(x.xmldoc,
(select stylesheet from stylesheet_tab where id = 1)).getStringVal()
AS result
FROM testtab x;
=>
ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00601: Invalid token in
<xsl:value-of select="auskunfteiAntwort[@xsi:type='faResponse']/auskunftAusCacheA1"/>
Whats the problem with this line ?
The xsl file already works when the tranformation is done with java instead of oracle.
Thanks,
Jochen