Tag: JSON / JAVA / XML

Community

XSL Transformations in .NET 2.0

(Thiru Thangarathinam) One of the main benefits of XML is that it separates data from its presentation. Without further elaboration, this claim seems ordinary. However, if you combine XML data with an XSL Transformations (XSLT) style sheet, you will then have a powerful way to dynamically transform

Community

fn:distinct-values

The fn:distinct-values function returns a sequence of unique atomic values from $arg. Values are compared based on their typed value. Values of different numeric types may be equal, for example the xs:integer value 1 is equal to the xs:decimal value 1.0, so the function only returns one of these val