xslt-3.0 Questions

3

Solved

Has anyone got XSLT3 transforms working in .NET Core 2.x+ in 2019? Seems that the request to MS for XSLT2/3 support hasn't moved forwards, and the Saxon people have other priorities, especially g...
Orle asked 21/5, 2019 at 7:39

2

Solved

I'm pretty new to XSLT and I've been struggling to replicate the solution mentioned here XSL for-each: how to detect last node? for longer than I'm willing to admit :( I've setup this fiddle. http...
Patriarchy asked 25/5, 2020 at 15:40

1

I noticed when trying to use disable-output escaping in XSLT3 in Saxon that it would not work if expand-text was set to yes on the stylesheet or even on the given match template The following code...
Wauters asked 17/12, 2019 at 18:40

1

Solved

Currently I need to convert json to xml and xml to json vice versa using XSLT 3.0 & Saxon-HE. Below is my json abc.xml file <?xml version="1.0" encoding="UTF-8" ?> <root> <dat...
Ralf asked 23/2, 2018 at 12:25

1

The general java code i use to process XSLT and XML files are : public static final String transformXmlDocument(String inputXmlString, File xsltFile) { TransformerFactory factory = TransformerF...
Jacintha asked 28/6, 2017 at 8:4

1

Solved

I am using XSLT 3.0 in Saxon-HE 9.8 and would like to work with JSON documents as linked data in JSON-LD. In JSON-LD, full HTTP URIs often appear as values. When I use the XPath 3.1 fn:serialize t...
Interfluent asked 17/6, 2017 at 23:42

5

Solved

How can I preserve entity references when transforming XML with XSLT (2.0)? With all of the processors I've tried, the entity gets resolved by default. I can use xsl:character-map to handle the cha...
Vegetable asked 12/5, 2011 at 23:18

1

Solved

I have a big XML file (6 GB) with this kind of tree: <Report> <Document> <documentType>E</documentType> <person> <firstname>John</firstname> <las...
Esqueda asked 8/10, 2014 at 14:14

1

Solved

I have a big XML file (6 GB) with this kind of tree: <Report> <Document> <documentType>E</documentType> <person> <firstname>John</firstname> <las...
Deeprooted asked 6/10, 2014 at 22:0
1

© 2022 - 2024 — McMap. All rights reserved.