cmarchand / gaulois-pipe

A XSLT pipelining solution
Mozilla Public License 2.0
9 stars 4 forks source link

When i put a debug mode on step, the following steps are ignored #12

Open karrayhamdi opened 7 years ago

karrayhamdi commented 7 years ago

<?xml version="1.0" encoding="UTF-8"?> <config xmlns="http://efl.fr/chaine/saxon-pipe/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" documentCacheSize="2">

<output id="pivot">
    <folder absolute="$[outputDirPath]"/>
    <fileName name="$[input-basename].xml"/>
</output>
<params>
    <param name="outputDirPath" value="."/>
</params>
<sources orderBy="size" sort="desc">
    <folder href="." pattern="*.xml"/>
</sources>

cmarchand commented 7 years ago

Added test-case in GauloisPipeTest.testDebug()

cmarchand commented 7 years ago

I can not reproduce the problem. See https://github.com/cmarchand/gaulois-pipe/blob/master/gaulois-pipe/src/test/java/fr/efl/chaine/xslt/GauloisPipeTest.java #testDebug() The test succeed

Best, Christophe

cmarchand commented 7 years ago

I've added another xsl step after the one that is debug, and it still works correctly.

Best, Christophe

cmarchand commented 7 years ago

@karrayhamdi have you check this new test ?