SQL Transformer generates illegal element names

2004-02-10 Thread Schweigl, Johann
Hi all, recently I ran into a problem with SQL Transformer. The column names returned from the database are used for naming the children of sql:row, but those names can be something like count(distinct xxx) or 'SYS$', which violates the wellformed conditions of the return document.

Error in Pipeline: Attempt to output character of integral value ...

2003-11-28 Thread Schweigl, Johann
Hi all, that's what I get after a map:transform step. The input comes from a RequestTransformer. All the stylesheets in the following transformer have encoding=UTF-8, the second one fails with this exception:java.lang.RuntimeException: org.xml.sax.SAXException: Attempt to output character of

HTML generator for malformed XML?

2003-11-26 Thread Schweigl, Johann
I try to read a XML file that is missing the final closing tag (Java 1.4 logfile, generated by XML formatter) and tried using the HTML generator for that, but without success so far. Has anybody done that and could give me a hint? Thanks, Johann