Skip to main content
0 votes
1 answer
69 views

In the below example we are trying split the book in the chapters format. Can anyone help. INPUT XML: book.xml <?xml version="1.0" encoding="UTF-8"?> <book> <...
Umaima Fatima's user avatar
0 votes
1 answer
58 views

I am new to XSLT and I am trying to simply print one of the values of a key in XSLT3.0. Please help me with this. My XML: <AggregatedData> <wd:Report_Data xmlns:wd="urn:com.workday....
manoj's user avatar
  • 11
0 votes
1 answer
92 views

I have a XLAM file that I installed through the Options -> AddIn Manager and activated in Excel. I also have a template (xslt). In this template I reference a UDF from the AddIn. This works fine. ...
Stephan's user avatar
  • 665
Advice
1 vote
3 replies
75 views

I have a task to split an XML that I'm receiving using XSLT. The input XML is formatted as follows: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <...
user3523332's user avatar
1 vote
1 answer
101 views

I am starting with Peppol Invoices based on XML. What I need is to be able to locally validate the XML of the invoice document. (I know that on-line validators do exist.) The next step will be the ...
pepr's user avatar
  • 21.1k
2 votes
2 answers
185 views

When doing some numerical calculations in XSL templates I stumbled over the fact that a value of 3.600.000.000 which represents the number of microseconds in an hour can be represented in MSXML v6 ...
blerontin's user avatar
  • 3,197
2 votes
1 answer
67 views

Is there a better way to do this I am adding the s if the count is not 1 and if it has the 1 I dont add that line. <xsl:choose> <xsl:when test=".//Count = 1"> <li&...
Jefferson's user avatar
  • 121
7 votes
3 answers
185 views

I am working with XSLT 1.0 through a Java project, and I am unable to update to 2.0. I am attempting to write a Parent template that should call within it a Child template. I wish for the Parent ...
Marco Flavio Farella's user avatar
1 vote
3 answers
128 views

I need to merge Saxon Documentation - merge one node from the source XML file merge.xml into the file merge-test.xml, positioning the node in between two other nodes in the output file output.xml. No ...
BlueDogRanch's user avatar
1 vote
2 answers
65 views

I'm trying to sort entries in an XML file using Saxon, Saxon:sort and an XSLT 3.0 stylesheet. I need to sort the nodes by the date in the <blogger:filename> field, which has the date as part of ...
BlueDogRanch's user avatar
2 votes
1 answer
68 views

What's a simple example of removing a node from an XML file using Saxon 12.9 and an XSLT 3.0 stylesheet? I've got an XML export from Blogger, and I'm puzzled on how to remove just the COMMENT entries ...
BlueDogRanch's user avatar
-1 votes
1 answer
75 views

Input XML <tns:ipartycredit> <ns3:crPtyRole>ACWINS</ns3:crPtyRole> <ns3:crPtyRoleIndicator>R</ns3:crPtyRoleIndicator> <ns3:crPtyInformationTag>57</...
user11303439's user avatar
1 vote
1 answer
132 views

I have this variable showHeader that I am using to display a header but I only want it to display one time. After it is displayed I want to set it to false but I am not sure how to do that I only want ...
Jefferson's user avatar
  • 121
1 vote
2 answers
166 views

We are processing XML files of the following form with a burst-streamed XSLT-Transformation. Each Dok is independent of the others and a dynamic error in transforming one <Dok>should not ...
Reto's user avatar
  • 3,163
1 vote
1 answer
105 views

I am trying to understand why my data is repeating Clinical Content in the output. In the xslt I have a for-each select="//EmailMessageModel so it shouldnt repeat that data because it is in only ...
Jefferson's user avatar
  • 121

15 30 50 per page
1
2 3 4 5
2589