Results for xslt
I have below XML input. <value> <UniqueId>160052-ASDF</UniqueId> <ShipmentId>160052</ShipmentId> <PickListNo>16005...
I am using xsl:evaluate to evaluate xpaths. However, the result is different to if I directly evaluate xpaths, because in the latter case I can get ac...
In XSLT 1.0, I'm creating a variable that has a choose statement within it. The purpose for this would be handle logic once in a variable. And then ...
Not able to generate CSV correctly using XSLT on the XML file. My problem is to generate a currency rate file in csv that will be consumed by a connec...
Need help with calculating Median for set of numbers using xslt. Ex: I am getting PSQ3_Values for first Empid are 8 6 8 and need Median value from it....
I’m trying to build a Schematron to do very simple checks on paragraphs in HTML/XML documents for ”forbidden terms” and suggest a corresponding “prefe...
I normally use String-join() functions extensively for handling and joining values coming from Database, however currently I observed if the second va...
Here is my source XML <?xml version="1.0" encoding="UTF-8"?> <Workers> <Worker> <UniqueID>6789...
I'm trying to learn how to create extension functions for XSLT using Java & Saxon-HE using the ExtensionFunctionDefinition class. So far, I've been ab...
In all the xslt examples I've seen for converting json to xml, the json is always wrapped in xml tags before processing using the json-to-xml() functi...
I am exporting an Access database to XML, then need to transform the XML to prepare the data for Framemaker to create a publication. In the process, I...
I have a huge number of XML files that I need to modify With this example file: <?xml version="1.0" encoding="utf-8" ?> <...
I am trying to create an array and append few values to it and output the transformed text by iterating over this array. But the output is ignoring th...
I am trying to remove element based on another element child value. This is example xml file: <Information> <List> <Element...
I am having some difficulty selecting the correct value in my loop. my loop does not retrieve the associated values. Resume of File.xml <WKIUserSpe...
Taken the following example XML. I would like to select the elm in preference of the order of the following id sequence: 1, 3, 2. <my:elmList> ...
I am trying to write an embedded custom fop xml to pdf java application using a custom image redirect within fop I have the following in an old xslt f...
Problem I'm using Saxon-EE 11 and my platform's language is en-us. I'm attempting to implement custom sorting behavior for an instruction by specifyi...
What happens when copy-of doesn't find the node to copy, because it doesn't exist? It simply does nothing? Or raise an error? It looks like the first,...
Here is my XML: <?xml version='1.0' encoding='utf-8'?> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/enve...
I want to remove unnecessary text inside values in elements in xml file and I want use an XSLT transformation to do that. In this example file i want ...
I've been trying to parse an XML string to XML and extract the needed values using msxsl:node-set function in XSLT. Given below is the XSLT code <x...
My stylesheet used version="3.0". My engine version Saxon PEE 9.9.1.7. The xml:id attribute of w is built from xml:id of l + '_' + the text() value of...
we are using saxonica EE license , i want to know if we can ignore or overwrite (ignore is preferred) select value of (which calls some other apps log...
I'm trying to flatten an XML structure into a Pandas (Python) Dataframe using a custom XSLT with the read_xml function. Given the following XML Struct...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?