XSLT is a transformation language for XML designed to transform structured documents into other formats (such as XML, HTML, and plain text). Questions should use the xslt-1.0, xslt-2.0, or xslt-3.0 tag as appropriate.
0
votes
1answer
11 views
Can't display Image in PDF-File if height > 72px
I created a PDF-File with XSL. What iam trying to do is displaying a image with
<fo:block >
<fo:external-graphic src="url('{.//ImagePfad}')" /> ...
0
votes
1answer
18 views
How to get the properties from processing-instructing() and store in Global variable in XSLT
I have more than one processing-instructions in xml, but have to get specific PI(i.e xpp:PageOption) and stored in Global variable.how can i achieve this. Please help me
Please find the below sample ...
-1
votes
1answer
27 views
How to extract child tags text and extended text of parent tag from xml using xslt
I mentioned below my xml file, xml contains many inner style tags(Please use generic xslt code to extract all the text) but it should extract all text after innertag and text before start the ...
0
votes
0answers
37 views
Client-side templating: JavaScript engine (like Handlebars, Dust…) or XSLT
After some considerations and investigation about client-side HTML templating today, I've found that, while client-side JavaScript templating (like Handlebars, Dust and others) are a powerful choice, ...
0
votes
3answers
48 views
Recursive XSLT transformation
Yet again a problematic task. I have a not really nice xml. For example the following:
<?xml version="1.0" encoding="UTF-8"?>
<Values>
<record name='svc_sig'>
<record ...
1
vote
1answer
20 views
XSLT Matching 2 Elements to get another
I'm relatively new to XSLT but want to perform what I thought was a relatively simple match between elements to get another.
Here is a snippet from the XML. Version = 1.0 and output is text ...
0
votes
1answer
13 views
Is it possible to use sql-connect in the open-source version of Saxon XSLT?
I am trying to use the sql-connect statement of Saxon to access a data-mapping that is saved in my database to perform an XML transformation.
I read in the boook "XSLT" by Doug Tidwell (page 334), ...
1
vote
2answers
38 views
XSLT - Difference between 2 XML variables
I have a case where there are 2 XML variables of the same structure. I want to get the difference between the two.
Let's say V1(represents new records) has elements a1, a2, a3, a4
and V2(represents ...
0
votes
1answer
27 views
retain comments post XSLT transform
This seems like an easy one, but one that I haven't come across before.
I need to retain the comments in an XML file to the output XML after applying an XSLT.
Does anyone know how/if this is ...
1
vote
1answer
52 views
Use XSLT to find node and specific attribute value
This is an example of my xml code:
<db>
<group>
<name>Team1</name>
<set num="1">AAA</set>
<set num="2">BBB</set>
<set ...
0
votes
2answers
47 views
XSLT - Group by 2 levels
Hope you are doing fine
I've a scenario where I get a result set from a service that is flat structured
This result set has Manager, his Projects and Activities in each projects
What I want to ...
0
votes
3answers
29 views
After adding namespace cannot get required output xml
If I add namespace xmlns="http://www.yahoo.com/xmlns/ApplicationTest" as
<?xml version="1.0" xmlns="http://www.yahoo.com/xmlns/ApplicationTest" encoding="UTF-8"?>
in both usa11.xml and ...
1
vote
1answer
39 views
Stylesheet is printing data. Why?
I really can't understand this. When running my stylesheet below why are my parameters (see parameters in XML below) printed? That's the only thing that is getting printed. I expect nothing to be ...
0
votes
1answer
45 views
XSL - counting nodes depending on parents' position
I am trying to count nodes depending on the position of their parents.
This is an example :
<tbody>
<row>
<entry>L1C1</entry>
...
0
votes
2answers
27 views
What is the use of static fields PI_ENABLE_OUTPUT_ESCAPING & PI_DISABLE_OUTPUT_ESCAPING and how can we use them?
I am new to jaxp and has no idea of using the above static fields and what they mean ?
Need its explanation along with examples.
Thanks in advance
0
votes
1answer
31 views
fix xslt bug for validation
I need to validate the value of Invoice element in XSLT: missing element = default to 1 (working)...blank = default to 1(working)...but 2 or any numbers in string which are not working because it ...
0
votes
3answers
44 views
after transform, xslt to add default value where xml element doesn't exist
I'm struggling to test to see if an element exists. If it doesn't, I'd like to add in a default value. Here's my XML:
<Transaction>
<InvoicePeriod>1</InvoicePeriod>
...
0
votes
1answer
23 views
How do I use XslCompiledTransform when input XML and transform XSL are strings. How do I get the transformation result as a string?
I have one string inputXMLString, and the second one containg transform XSL named transformXSLString. Both of them are correctly formatted xml's.
How to perform the transformation with ...
0
votes
2answers
228 views
Select distinct value in XSLT for-each-group
I'm having an issue selecting distinct values for each group. The result just doesn't display on screen. The desired result is shown below:
<xsl:for-each-group select="Items/Item" ...
2
votes
3answers
56 views
Optimization of tokenizing XSLT
The Input I Have:
I'm working with a Sharepoint list that produces RSS feeds in the following form:
<?xml version="1.0"?>
<rss>
<channel>
<!-- Irrelevant Fields -->
...
0
votes
2answers
38 views
Iterated concatenations and manually applied CDATA in XSLT
Thanks to the generous feedback from members here, I've made some significant progress on my XML to XML project.
That said, I'm stuck on two issues in the final version of my project and would like ...
0
votes
2answers
62 views
XSL Transformation - Master detail
I need to transform XML from one structure to another. I am not sure how to do this. The first xml doesnt really look like master detail but the resulting one need to look like mast detail.
...
2
votes
3answers
62 views
XML with multiple XSLT stylesheets
I have an xml file which opens with an xslt file:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="eventsoverview.xsl"?>
<events>
<item>
...
1
vote
1answer
25 views
XSLT Transformation: newTransformer versus newTemplates with respect to class loading
My program has a multi-threading environment where I don't have control over spawning of threads, but some framework that I use has the control.
I found that the use of newTemplates(XSLstreamsource) ...
1
vote
3answers
31 views
Get only elements that are not repeating in an XML
I have a scenario where the XML doc contains some nodes that are repeating. I want to get rid of all such nodes.
Please note that this is not "Removing Duplicates". I want to completely remove all ...
0
votes
1answer
51 views
XSLT for XML to XML quandary
I have been assigned a new project to use an XSLT stylesheet to convert one XML document into another XML format.
I have spent the last four hours trawling through the archives on StackOverflow and ...
0
votes
1answer
41 views
XSLT replace null element and attribute value
In the below XSLT I'm checking the following
If element is null then replace then replace it with the value of another element.
If attribute of that element is null then replace it with constant ...
0
votes
2answers
21 views
XSLT exclude items based on XML node
I have a set of data that has for each player a <ifb-regular-stats> node. Some players have an additional node of <ifb-goalie-stats>. What I want to do is exclude any player that has ...
0
votes
1answer
45 views
XSLT issue while rendering XML
I am having issue while using above xml to the xslt. In the code, I wanted to print Id as an attribue of the forms. It is printing Id as attribute as well as the value of the node forms.
It prints ...
1
vote
2answers
42 views
Putting a wrapper around a group of elements in XSLT
I'm using XSLT to transform an XML document from one doctype to another. In simplified form, I have something that looks like this:
<section>
<title>Title</title>
...
1
vote
1answer
58 views
Cannot query using XPath when data element has attribute **xmlns=“…”**
I have difficulty to query the value of a data element value, when attribute xmlns="..." in it and it's parents element.
The following example is part of a SOAP response, and I want to get the value ...
0
votes
1answer
39 views
Updating info in one XML file with optional info from another, using XSLT
Updating info in one XML file with optional info from another, using XSLT
If i change usa11.xml as:
<?xml version="1.0" encoding="UTF-8"?>
<country>
<state name="CA">
...
2
votes
1answer
28 views
Omit the Parent node of a node that doesn't contain specific child node
Can you please help with following xslt. in the following xml , if ul node with data-type ="taxonomy" does not contain ul child node, the parent of that ul node in this case ul node with attribute ...
0
votes
1answer
21 views
XSLT How to use “line” char ('-') as parameter
I have implemented this function (template):
<xsl:template name="insSepToFechaHost">
<xsl:param name="fecha" />
<xsl:param name="sep" />
<xsl:variable name="anio" ...
0
votes
1answer
41 views
XSLT 1.0 to move namespace to child node
I only have access to xpath 1.0 commands and functions. I need to move the namespace declaration from the root node to a child node where that namespace starts to be used.
Source XML:
<?xml ...
1
vote
0answers
39 views
What's the best way to generate Excel 2007+ files from XSLT?
Comming from many different languages, I got stuck in ERP development. Here's the thing - our ERP is using XSL transformations to generate excel files in SpreadsheetML format, which is saved with .xls ...
0
votes
0answers
40 views
Apply templates based on Input Parameter
I am in need to apply templates according to the Input parameter given.
Input XML:
<?xml version="1.0"?>
<chapter xmlns="http://www.w3.org/1998/Math/MathML">
<section1>
...
0
votes
1answer
21 views
Creating HTML tag using XSLT
I have an XML (Here I have shown only a fragment and it has several Control elements,
<Control Name="submit" ID="">
<Properties>
<Property Name="id" Value="btn_Submit" />
...
0
votes
1answer
29 views
How to parse “invalid” nested XML tags
I'm trying to construct an XSLT file for an XML file like the following, which uses invalid nesting of tags:
<Page>
<Content>
<par>This content <i>contains</i> some ...
2
votes
1answer
29 views
Sorting data and storing only top three results in variable: XSLT
I have a XML file say
<Nodes>
<node>12</node>
<node>244</node>
<node>234</node>
<node>45</node>
...
0
votes
2answers
43 views
Two-column tables using XSLT
Here is a fraction of the XML data I am processing
<?xml version="1.0" encoding="utf-16"?>
<ScorecardSummary>
<DivisionSummary>
<DivisionName>
<string> ...
0
votes
1answer
60 views
getElementById not returning proper value (maybe syntax issue?)
I am using XSL to write this page, and when I hit a checkbox it sends the information to my javascript function. This all works in IE, but Chrome it does not. The problem is, after I hit the ...
0
votes
1answer
77 views
XSLT newbie, replacing values
My mistake, I make it clear:
I have a simple question, but I am new to XSLT:
I have 2 xml files:
usa1.xml:
<?xml version="1.0" encoding="UTF-8"?>
<country>
<state name="CA">
...
1
vote
1answer
24 views
exclude match based on node list
First question on here so bear with me...
I'm confined to XSLT 1.0 via our CMS :-/
Trying to create a SiteMap parsing XML with XSL. But, I need to exclude several directories from being displayed ...
0
votes
3answers
29 views
Search for a IF-ANY solution that works with <XSL:for-each>
I am searching for a solution for the following problem:
Currently i have this code:
<div class="box">
<div class="header">
<h2>Item</h2>
...
1
vote
2answers
54 views
How can I summarize nodes using calculation data from other nodes
Using XSLT 1.0, how can I summarize subnodes under a given node while modifiyng the content with data from another set of nodes in an elegant way? Assume I have this xml:
<Root>
...
0
votes
2answers
24 views
XSL - Do I need a Value-of?
<xsl:for-each select="/date/logs">
<rect>
<xsl:attribute name="fill">
red
</xsl:attribute>
.........
This is a portion of my XSL ...
0
votes
1answer
29 views
SelectSingleNode to Evaluate LowerCase NodeSet value
I am trying to get the value of an xpath expression in lower case using SelectSingleNode, is there an Xpath that can give me the lower case value of an evaluated xpath expression?
It is possible by ...
0
votes
0answers
11 views
Doesn't work when running the Apache cocoon XInclude Transformer
I'm using the Apache Cocoon 2.1 processor to perform transformations of XML files.
I have the following pipeline defined in the sitemap:
<map:pipeline>
<map:match ...
0
votes
0answers
36 views
Search&Replace XML nodes without modifying values and transform input file in HTML output
I read some answers here and tried to apply them to case...still struggling though.
My two objectives, resumed in the title:
1) I have to read big XML documents (up to 40 Megs), convert almost all ...
