Skip to content

Commit

Permalink
DOM2DTM adapt xalan skipping text nodes (to handle sparklemotion#1320)
Browse files Browse the repository at this point in the history
`RuntimeException: Could not resolve the node to a handle`
  • Loading branch information
kares committed Feb 12, 2017
1 parent 97d3b7b commit 3bf3d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/java/org/apache/xml/dtm/ref/dom2dtm/DOM2DTMExt.java
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ else if(PROCESSING_INSTRUCTION_NODE==nexttype)
{
// %TBD% If nexttype was forced to TEXT, patch the DTM node

next=lastTextNode; // Advance the DOM cursor over contiguous text
//next=lastTextNode; // Advance the DOM cursor over contiguous text
}

// Remember where we left off.
Expand Down

0 comments on commit 3bf3d29

Please sign in to comment.