transformation - transforming XML into text using xsl with Java -
i use java convert xml files text statements like:
transformer.transform(source, result)
when run java program statement displays information compiling style sheet, e.g.
"xl txe-j compiling stylesheet: file:///c:/mydir/myfile.xsl"
how suppress display? know must simple i'm not developer, scratching surface...
maybe page help, suggest try disabling debug or change xslt4j instead of xl txe-j.
also try adding messagehandler "process" messages.
Comments
Post a Comment