Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
79 views

I want to transform Indesign table XML converts to HTML but I am not getting the correct output and need to handle dynamically aid:crows and aid:ccols. can anyone please suggest the correct table HTML ...
Sam's user avatar
  • 872
2 votes
1 answer
72 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
1 vote
0 answers
34 views

This works in XMLSPy but not in oXygen 21 with Saxon 12.5: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/...
Zug_Bug's user avatar
  • 230
1 vote
1 answer
134 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
0 votes
1 answer
67 views

In @xlink:href contains 10.1513/AnnalsATS.202508-879ED text will come different types of doi numberes in many file, How to replace it in regex mode to match the below condition. Please anyone help on ...
Karthick's user avatar
1 vote
1 answer
71 views

I am not sure if this is possible with XSLT but I am trying to get the below XML into a format where it is name, title, date (if same date then only get date once), last value of In time (might not be ...
BryanG's user avatar
  • 29
1 vote
1 answer
53 views

I can use the XSLT document() function to access external resources, so long as any authentication can be passed via the URL, e.g. https://api.domain.com/call_x/id?api-key=abcd1234 However if the ...
Feargal Hogan's user avatar
1 vote
1 answer
67 views

I am rendering MathML equations in PDF using XSL-FO with Apache FOP. While most equations render correctly, I’ve noticed an issue with the summation symbol — specifically, the lower limit appears ...
Sam's user avatar
  • 872
2 votes
2 answers
58 views

I want to use xslt to transpose my input to generate a header for my csv file while printing associated values in the rows Here is my sample XMl <?xml version="1.0" encoding="UTF-8&...
Arthi Velloori's user avatar
0 votes
1 answer
51 views

Hi I have one xml that need to be nest based on there level attribute but some how i miss the step and it create duplicates. Logic for wrap is wrap element based on @level My input xml <root> ...
Rupesh_Kr's user avatar
  • 3,457
0 votes
1 answer
71 views

My original XSLT 2.0 code performs a recursive traversal of an organizational hierarchy starting from the top-level orgs (those without a SuperiorOrgWID) and outputting: 1- Each organization, then 2- ...
Divyesh Kumar Singh's user avatar
1 vote
1 answer
52 views

I am trying to write a XSLT which will create separate statement segments for each of Statement1/Cliam, Statement2/Cliam and Statement3/Cliam in a sequence. All statement1, statement2, statement3 ...
Padd T's user avatar
  • 75
0 votes
1 answer
118 views

I am Using saxon EE processor for conversion of XML with XSLT-2.0. but its giving error for XSL file . Below is the Code for XSL File <?xml version="1.0"?> <xsl:stylesheet version=&...
ashish sharma's user avatar
0 votes
2 answers
73 views

I'm trying to understand how works grouping in xslt 2.0. My case: I need to group several documents with identical nodes value. Xml example: <items> <item> <!-- can be multiple --&...
Roman G's user avatar
1 vote
1 answer
81 views

I have this XML <?xml version="1.0" encoding="UTF-8"?> <item xmlns="http://www.p-corp.com/ns/pyxml" version="2.2" xml:lang="en-us"> &...
ondrums's user avatar
  • 178

15 30 50 per page
1
2 3 4 5
324