Sometimes you want to compare xml nodes for equality. In case of equality you want let's say consequent rows to be spanned. Xpath provides a nice function for this use case:
http://www.w3.org/TR/xpath-functions/#func-deep-equal
Below you will find a testcase (input, xslt and output).
Input.xml
XSLT
Output.xml
No comments:
Post a Comment