Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
129 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
68 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
72 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
54 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
71 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,467
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
119 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
1 vote
0 answers
115 views

I'm new to workday studio integration. got the requirement submit/post journal entry 'Submit_Accounting_Journal_Request' getting error 'Loop detected in Local In transport. code sample of code in ...
pradhan's user avatar
  • 11
1 vote
2 answers
52 views

The following xml document is being looked up by an XSLT: <?xml version="1.0"?> <Generic> <SalesOrgProperties_HashMap> <item key="1003" value="...
Srii's user avatar
  • 599
1 vote
2 answers
62 views

I am trying to read a report to generate an SOAP request using XSLT transformation. The XSLT keeps on adding report name on SOAP env. Here is my XSLT : <?xml version='1.0' encoding="UTF-8"...
Sunny's user avatar
  • 13
2 votes
2 answers
51 views

I am using an identity transformation and template matching to remap an XML element. I need this element to selectively populate when two predicate conditions are met and I'm attempting to do so ...
J_Cus504's user avatar
0 votes
1 answer
76 views

Am trying to split the xml file in to multiple xml files based on the xml tag / in the input xml file. the individual output xml files should go in sequence as per the input xml /from top to bottom of ...
raviteja's user avatar
1 vote
2 answers
30 views

I am working with XSLT 2.0 and trying to apply the same transformation process to both elements from the input XML and elements dynamically created within the XSLT. Input XML: <?xml version="1....
fauve's user avatar
  • 321
0 votes
1 answer
45 views

I need to be able to count the number of transactions in an input XML that are not equal to zero for a header row. Here is a snipit of what my XML looks like: <wd:Report_Entry> <wd:...
Gretchen Russett's user avatar
2 votes
1 answer
111 views

I am using Saxon-He to process this code (I used this post to get the idea): <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:key ...
Noah's user avatar
  • 122
0 votes
2 answers
83 views

I'm having the input with combination of alphabets and numbers, So i just want to pick the value of first which shouldn't start with 'B' input xml: <Group> <map> <Num>...
User501's user avatar
  • 345
1 vote
1 answer
71 views

I'm new to XSLT, for the below XML, I'm trying to implement this transformation logic: If <wd:candidate>,<wd:CF_LRV_Requisition_ID> and <wd:Stage> have the same combination of values,...
Velsus's user avatar
  • 25
0 votes
1 answer
34 views

my requirement is to consider last GS15 occurrence under HEADER/GS9 by removing other GS15 in it, if GS9 has only one GS15 occurrence or no GS15 then we can copy the GS9 segment as it is. If there is ...
Pavan's user avatar
  • 7
0 votes
1 answer
36 views

I have an issue while deleting duplicate segments, i have multiple HEADER/SUBHEADER/ORDER segments, in each ORDER segment, separetly i need to check for duplicate OGS11 segments without considering ...
Pavan's user avatar
  • 7
0 votes
2 answers
100 views

I need to convert no compliant html into xml so I can process thousands of documents in the required json format with XSLT. <!-- IMAGECOUNT --> <table width="100%"&...
Binsky's user avatar
  • 27
0 votes
1 answer
64 views

I am facing Issue while sorting 3 different items separately, i tried to explain with example. Node/ITEM Sorting: Case 1: (If ITEM has one line number only): we need check if this case exist, then ...
Pavan's user avatar
  • 7
0 votes
0 answers
39 views

I am using this code <xsl:value-of select=" translate( wd:CF_LRV_Primary_Address_Full_with_Country, translate( wd:CF_LRV_Primary_Address_Full_with_Country, '...
Syed Imtiaz's user avatar
1 vote
1 answer
39 views

My current requirement is to group K18 based on ALF,OND, then K18 corresponding P04Y,P04Z,P04,P03 must be grouped in sequence as it is predefined structure of K18, but all are optional segments ...
CHAR's user avatar
  • 39
0 votes
1 answer
69 views

I have below incoming xml format and for this input XML I just need to add soap envelope. Input xml <?xml version="1.0" encoding="UTF-8"?> <p:msg xmlns:p="http://....
janardhan d's user avatar
0 votes
1 answer
37 views

i am trying to remove duplicate BXYI/ITEM segments when its having same N11 and AR values under its respective parent node BXYI. if multiple ITEM has same N11 and AR value then we can consider it as ...
Padd T's user avatar
  • 75
0 votes
1 answer
45 views

My current requirement is to group K18 based on ALF,OND, if it matches corresponding P04Y,P04Z,P04,P03 need to club together in order (P04Y group followed by p04z,p04,p03), all these P04Y,P04Z,P04,P03 ...
CHAR's user avatar
  • 39
1 vote
1 answer
80 views

my requirement is to get common K18 segments where its having similar ALF and OND fields, with different subnodes P04Y,P04Z,P04,P03, i need to group them under its parent K18 segment. for example in ...
CHAR's user avatar
  • 39
0 votes
1 answer
56 views

i have a requirement to remove the duplicate ITEM segments without checking its sub node and its values, and without alerting its position, XSLT i used is currently checking exact ITEM segment match, ...
Padd T's user avatar
  • 75
0 votes
1 answer
37 views

I want to parse the values from XML input which contains JSON structure value I need to read each value from JSON structure mentioned as a value in XML Example of my XML <?xml version='1.0' ...
Sateesh's user avatar
  • 55
2 votes
1 answer
54 views

i am trying to write an XSLT which will delete duplicate ITEM segment when its having same child node values, under ITEM for example i have given 6 fields, but there is a possibility that few more ...
Padd T's user avatar
  • 75
0 votes
1 answer
59 views

I need to merge an xml input that I stored in a variable with another xml input message using xslt. XML Input: <?xml version="1.0" encoding="utf-8"?> <aggregatedd> &...
Arthi Velloori's user avatar
1 vote
2 answers
58 views

i am trying to write an XSLT which will group all relevant SG9 segment based on SG9 field A_51 where A_50= KAR (xpath: INVR/SG9/SG11/SG14/FFR/C506[A_50='KAR']/A_51 in input xml), after grouping for ...
Padd T's user avatar
  • 75
3 votes
1 answer
52 views

Basically I'm trying to write the node name of node stored in a variable to a file. My problem is that it works when I assign the variable's value by the select attribute and not when assigning by the ...
Roebie's user avatar
  • 133
0 votes
1 answer
64 views

Here’s a snippet of my XSLT code: <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" ...
vikas mishra's user avatar
0 votes
1 answer
65 views

I am using Saxon-J EE 12.5 and I don't understand how to expand attributes with default values, and also use a schema-aware transform (I understand that I need to use a schema-aware transform if I ...
Hervé Girod's user avatar
0 votes
2 answers
81 views

I want to transform an XML file to another XML file using XSLT, and replace the CDATA of some XML elements by an attribute. I also need to keep the new line characters, of course I need to convert ...
Hervé Girod's user avatar
0 votes
0 answers
182 views

I am in the process of developing an API for validating xml via xsd scheme, but I encounter an error: [Fatal Error] temp_intermediate_result.xml:1:13: White space is required between the processing ...
punc1's user avatar
  • 11
0 votes
1 answer
67 views

I have a XML with this format: <rows> <row> <gSubAssetType> <mSubAssetType> <SubAssetType>126</SubAssetType> ...
Jose L Martinez-Avial's user avatar
-1 votes
1 answer
64 views

I have issue while sorting the segments, i need to sort segments Node/ITEM and Node/LINE segments separately, Node/ITEM Sorting: we need check if Node/ITEM exist then if Node/ITEM/LINE/FIER/VALUE is ...
Pavan's user avatar
  • 7
0 votes
3 answers
90 views

Here is a simplified version of my source XML <?xml version="1.0" encoding="UTF-8"?> <Workers> <Worker> <ID>1234</ID> <...
MAT0718's user avatar
  • 55
1 vote
3 answers
124 views

I'm trying to output a text file that will remove a duplicate and only return the active one for that id that has duplicate. **Example if I have 2 entries in the xml but entries have same ID, only ...
QnA's user avatar
  • 75
0 votes
1 answer
52 views

I am trying to use XSLT to sort only specific segments when it is having same /HEADER/DOC/E_E20/ROOT/MAT segments, if this case exist then //ROOT/FIELD3 must be used as key to sort the entire segments,...
Anu's user avatar
  • 5

1
2 3 4 5
98