Tagged Questions
0
votes
1answer
25 views
Extract CDATA from an element using xsl
Input:(XML)
<A1Result xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<![CDATA[
<?xml version="1.0" encoding="UTF-8" ?>
<ABCD_XML_DATA>
<Header>
...
0
votes
2answers
17 views
How to pull data from array of tags in xml to xslt
Need to pull data from each set of tags in xml. Right now I am only getting the first set of data for each row. Here is the XML I am pulling data from
<message>
<Data>
...
0
votes
1answer
23 views
I want to match a template to elements based on name ends-with
I've spent quite a bit time trying to figure this out and the failure provides no clues as to what's wrong. I'm experimenting with xslt for a project. Obviously, I'm trying to use 2.0 and this is from ...
0
votes
1answer
12 views
Dynamics Ax outbound xml transformation
This xml generates from Dynamics Ax which need transformation (XSLT): Need to create an XSLT in order to get intended outbound xml file
<?xml version="1.0" encoding="UTF-16"?>
<Envelope ...
1
vote
1answer
11 views
XSLT1.0 maintaining count of child node for generating Id
I want to count the no. of child nodes for a particular repeating Parent node.
I need this count to maintain id for a particular element after transformation.
Following is the format of request.xml ...
1
vote
1answer
13 views
XSLT expression ..IF NULL or EMPTY return all rows
I have this XSLT expression which works to filter rows with a Contains wildcard string
But I would like it to return ALL rows initially, when search is null or empty. And I need to do it in line if ...
0
votes
1answer
13 views
Elaboration on XSL code
I have to group(merge) children of same nodes in my XML document.
I have found a similar topic where I got some sample code, but my XML is more complicated and twisted and I would need to truly ...
0
votes
1answer
21 views
who to use for cycle inside xls
I have a very long String, that I want to display with xslt.
The xslt code fragment is this:
<xsl:template match="report:rmessagewithbutton">
<h2>Running and terminated ...
0
votes
1answer
25 views
Which is a good XML editor, that supports XSL 2.0
First of all - I am completely new to XSL.
I have an XML document that I want to organize in a better way, using XSLT, but I would like it to support XSL 2.0, because it is more understandable and ...
0
votes
1answer
24 views
How to output this XML as a ranking?
I have this XML:
<bookings>
<booking>
<event>Christmas Party</event>
<source>Internet</source>
</booking>
<booking>
...
0
votes
2answers
29 views
Removing namespace from XML and editing this file in one XSLT file
I want to remove all namespaces from XML file and found my solution like this:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
...
0
votes
1answer
27 views
Custom Sorting: If Parent Node contains child nodes I need to check each child node attribute names and then extract text from that element using XSLT
I mentioned below my sample xml file.
I want to display value tag text in My own order format.
EX: first I want to display Value AttributeID="13222" then
Value AttributeID="113458" like ...
-1
votes
2answers
45 views
XML to CSV using XSLT
I am new to XML and XSLT. I have the XML similar to this
{
<projects >
<project ID="1">
<name>Shockwave</name>
<language>Ruby</language>
...
0
votes
1answer
23 views
Merge two different XML files based on node value using XSLT
I am trying to merge two XML files using XSLT. I need to match the tradeId node value which must present in both files, and just copy all the content to file1.
Any help would be welcome. All similar ...
0
votes
1answer
34 views
Converting XHTML to XAML using XSLT
I have the following XML
User entered text : Normal **Bold** *Italic*
u̲n̲d̲e̲r̲l̲i̲n̲e̲
***BoldItalic*** ...
-2
votes
1answer
19 views
how to convert macro enabled excel to normal one?
My requirement is to enter some values in spreadsheet which has some validations which are done using macros. After saving the document i have to give this as input to other application which accepts ...
0
votes
1answer
23 views
Adding up numbers depending on textual entries in XML using XSL
I have a XML like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<variablelist>
<varinfo id="id-5">
<vardef>
<name>A</name>
...
0
votes
1answer
20 views
Replacing Tag in Partially Unstructured Data using XSLT
In the below example I would like to replace <break/> tags with <br />, or at minimum return all text (including the <break/>s) so I may replace the <break/>s with Javascript.
...
0
votes
0answers
19 views
SportsML, language translation, textual output
For a new project i have to import a SportsML xml file, translate the content to different languages and then filter out and merge specific parts to a textual file that will be sent via sms to our ...
-1
votes
2answers
21 views
Getting different namespaces from xml document
I would like to know how to get different namespaces from my xml document to use in a conversion to xsl-fo. What I have is the following:
XML:
<?xml version="1.0" ?>
<?xml-stylesheet ...
0
votes
3answers
23 views
Finding the data in a XML file using XSLT?
I have a XML and I need to find some data from that using xslt,Here is the XML
<root>
<product>
<id>134021</id>
<bulkdiscountpricelist ...
0
votes
2answers
26 views
How to improve my Muenchian grouping XSLT?
Thanks to the help of Niraj and
hr_117 I was able to arrive at an XSL template that turns this XML...
<bookings>
<entry>
<event>Christmas</event>
...
0
votes
1answer
26 views
Select data with XSLT from XMI and UML tags in xml
I'm trying to print this XML file in an HTML table using out of XSLT and I don't know how to get the information from the XMI and UML tags, like XMI.header or XMI.exporter.
I know how to get the ...
2
votes
2answers
50 views
XSLT Remove leading and trailing whitespace of all attributes
How can I create an identical XML sheet, but with the leading and trailing whitespaces of each attribute removed? (using XSLT 2.0)
Go from this:
<node id="DSN ">
<event id=" 2190 ">
...
0
votes
1answer
27 views
How to extend a Muenchian XML grouping?
I have this XML:
<events>
<event name="Christmas" attendees="1"/>
<event name="Halloween" attendees="3"/>
<event name="Easter" attendees="2"/>
<event name="Easter" ...
0
votes
5answers
45 views
Retrieve all the attribute values from XML using XSLT
I can't figure out how to access all the attributes in a tag from an XML document.
Let's say I have the following XML:
<names>
<name firstname="Rocky" lastname="Balboa" divider=", "/>
...
1
vote
0answers
13 views
XslCompiledTransform from XmlDocument to XmlDocument
I have the following VB.NET code that I am using to transform some XML into new XML, that I then continue processing.
This is a one off process, not something that is done multiple times, so no ...
1
vote
1answer
25 views
XSL Rewrite a straight xml structure to nested xml
I've a XML structure like:
<TOP>top</TOP>
<HDR>header</HDR>
<LINE>line1</LINE>
<LINE>line2</LINE>
<LINE>line3</LINE>
...
0
votes
1answer
44 views
SimpleXML insert Processing Instruction (Stylesheet)
I want to integrate an XSL file in an XML string gived me by php CURL command.
I tryed this
$output = XML gived me by curl option;
$hotel = simplexml_load_string($output);
...
1
vote
1answer
21 views
Take attribute when available, otherwise element
I am processing an XML file with XSLT and I would like to get a list of properties per item with the following attributes:
If attribute aaa is set, take the value of the attribute
If attribute aaa ...
0
votes
2answers
44 views
Group the Coordinates under each Mappoint
I'm trying to use XSLT to process data by grouping it.
Sample XML
<DELIVERYLEG>
<DELIVERYINSTRUCTION>
...
-2
votes
0answers
46 views
Extract text from current node and from multiple child nodes using XSLT (Converting XML to WordDoc using XSLT and ProcessingML)
Please Read the following points because It gives a brief idea about
my code and problem.
Converting XML to WordDocument Using XSLT :
Uploading XML file through JSP and parsing XML tags and ...
1
vote
2answers
51 views
Split a comma-separated field in XSLT and select or limit the number of fields
I wish to include data from an XML element that is in CSV format.
Ironically, the output is a CSV file.
The real problem is that the CSV format permits 4 keywords.
,,,,,,one,two,three,four,,,,,, ...
0
votes
2answers
33 views
XSL back button
I'm not an expert in this area. I did some searching but didn't find exactly what I'm looking for. Hopefully it's fairly simple.
I'm working on a software control system that has a built-in web ...
0
votes
3answers
37 views
XML transformation and XSLT instruction
I was learning how to convert an XML file into a HTML using just Java, then later I decided to learn how to use the XSLT language to do the same.
What happened?
After I include the following line ...
2
votes
1answer
24 views
XSLT for loop and find the node with the most ancestors
I'm using XSLT to transform an XML file that is used as the TOC for a documentation set into a format that Excel can delimit. For example, when opened in Excel, the delimited version might look ...
0
votes
2answers
29 views
Output escaped xml in an attribute in an xslt
Input xml:
<Parent>
<Child attr="thing">stuff</Child>
</Parent>
xslt:
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
...
1
vote
2answers
36 views
Automatically scroll to Element in HTML
I have a XML containing loads of Test data. I use XSLT to present this data in HTML in a Browser. Each Test has a table containing the Teststeps. Every time a test is run the table updates the data in ...
0
votes
1answer
22 views
In PHP, create an ATOM Feed from an RDF based RSS Feed
Because of a legacy system I have that produces an old RDF based RSS 1.0 Feed, and the unability of most of the RSS Readers to handle HTTP Basic Auth, I'd like to have a PHP script that reads this ...
0
votes
5answers
49 views
Retrieve global XSLT variables anywhere
How can I merge the following/consecutive Value Parameters to Output Master Card 1234.
XML:
<CustomFieldList>
<CustomField>
<Name>PaymentCardType1</Name>
...
1
vote
2answers
37 views
How to load > & lt in to another xml using xslt2.0?
Input XML
<note>
<from>Example</from>
<heading>Reminder</heading>
<body>XSLT conversion</body>
...
0
votes
0answers
46 views
How to add a newline in XSLT output file [duplicate]
I am trying to write a style sheet to generate code taking an XML file as input.
I tried a lot to insert a newline inside an <xsl:text> element by using 
 or 
 and ...
0
votes
1answer
14 views
More XSLT and Namespace/Matching Issues
My stylesheet below appears to match all text data in the document and I'm looking to target the one richtext element only and iterate through each run element under each par element.
XML:
<?xml ...
0
votes
2answers
29 views
XSLT usage to reach attribute value in structured elements with the same name
I hope someone can help me with this problem to which i found no solution at the moment.
I am using XSLT for the first time to convert some XML. The trouble I am finding is using a template to get to ...
0
votes
1answer
44 views
XSLT to convert the nested elements with comma seperated
I am trying to just convert any xml file to CSV format. the issue as when the xml has nested / child elements those values are not output as comma seperated. i have tried lot of examples in other ...
2
votes
2answers
53 views
From SOAP to XML using XSLT
So I'm trying to convert (Extract) all the elements within the body of a SOAP document into XML using XSLT. Here's my SOAP document (complete)
<?xml version="1.0" encoding="UTF-8" ?>
...
0
votes
1answer
23 views
xsl:for-each not working
I got an XSL variable named filt and it holds data like this
<filters>
<ritem relateditemnumber="8901037" />
<ritem relateditemnumber="8901038" />
<ritem ...
1
vote
1answer
27 views
How to count entries in XSLT?
I am quite new to XSLT and I would like to generate a count of participants for a list of events. This is my XML:
<events>
<event name="christmas"/>
<event ...
0
votes
1answer
30 views
Can't get XSL to Display Correctly with XSL Variables and XPATH
I'm making a basic Contact List Web App with three pages - a Contact List page that displays all contacts in the DB (stored in an XML file), a Contact View page (that is a read-only page which ...
1
vote
2answers
56 views
Using XPath - How do I select/count immediate siblings?
I am trying to compound immediate following siblings with the same values together. But I am having trouble to select only the IMMEDIATE siblings.
Input:
<ROWS>
<ROW>
...
