Relative Content

Tag Archive for xmlxsltxslt-1.0xslt-2.0

Same xsl, two different output from two differen machines,

Goog Morning, Im using a simple xsl to tranform an imput xml that sometimes has the empty element “ContentVersion”, the xsl adds a “dummy” element when it’s empty, it works fine but in a specific server (windows Server 2019) the output is different, this is the input sample xml:

Grouping inside for each loop : xsl 1.0

I have this XML grouped by country. With sequence preserved, the node with a @country value is the parent and the children are the elements with blank country under it.