Menu

#21 XSL transformation fails on non-file based xsl documents

version_1.1
open-later
Core (7)
9
2003-08-04
2003-08-04
No

When the example test pipeline is run - the pipeline fails
with a nasty exception.

Discussion

  • bruce mcdonald

    bruce mcdonald - 2003-08-04
    • status: open --> open-later
     
  • bruce mcdonald

    bruce mcdonald - 2003-08-04

    Logged In: YES
    user_id=547388

    Immediate fix:

    In the XslTransformPipelineStage.java, line 177: add the
    following lines:
    TransformerFactory transFact =
    TransformerFactory.newInstance();
    transformer = transFact.newTransformer(xslSource);

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.