Tagged Questions
0
votes
0answers
19 views
XML to HTML transformation
Following is the original XML file that i need to transform.As output I need to show available animations effects per widget per trigger.Like for widet type all and trigger type show all the effect i ...
1
vote
0answers
20 views
compare two xml with xslt and print the difference
i have two xml files as given below file1.xml and file2.xml
file1.xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
...
0
votes
0answers
12 views
xsl extensionFunctions returning fo string
How could i achive something like
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:test="java:Hello">
<xsl:template match="/">
<test:Hola ...
0
votes
1answer
26 views
Need xslt output for following xml
<?xml version="1.0" encoding="utf-8"?>
<ConfigurationMappings>
<ConfigurationMap>
<Widget Type="All" Include="true" ...
0
votes
0answers
18 views
Word2Fo Java PlugIn
I'm using Word2Fo to generate XSL-FO code so that my Java application can generate a PDF instead of a Doc. This is all well and good, and I've gotten the raw XSL-FO code now, but there's over a ...
0
votes
0answers
16 views
java web app and xslt - what happens when xml/xslt files get changed?
Trying to pickup on xslt I've been playing with some of it here
I'm curious as to what happens on the server side when I make a change to a xslt file (changing order of display or 2 divs for ...
0
votes
1answer
19 views
Saxon/Javax Transform from multiple XML Files/Strings
This code is in Java and uses Saxon
I am implementing a transform function to transform xml and several secondary xml sources
All of the inputs are not files, so I cannot use document() or other ...
-1
votes
0answers
39 views
Ways to generate HTML menus from XML file [closed]
What are all possible ways to generate HTML menus from XML file - that is changing XML file will have HTML menus changed. Adding/deleting node to XML will add/delete corresponding menu to HTML.
It ...
0
votes
0answers
28 views
xml with embedded xsl display in Jtextpane
I want to Show XML File with Embedded XSL To show in JTextPane.Style of** XSL** is Apply on XML and view in jTextPane is just like when I open the file in a Web browser.
I have tried to do this by ...
0
votes
1answer
43 views
How to get a list of ojects from XSL
Please, i want to know how we can we get a list of java ojects from xsl file.
this is an example of the files :
//catalog.xml
<catalog>
<cd>
<title>Empire ...
-4
votes
1answer
56 views
I am creating a PDF file using XML and XSLT in Java. It throws the following error regarding the XSLT file [closed]
[Fatal Error] sample.xsl:2:30: Element type "xsl:stylesheet" must be followed by either attribute specifications, ">" or "/>".
ERROR: 'Could not compile stylesheet'
FATAL ERROR: 'Could not ...
2
votes
1answer
52 views
XSLT 2.0 xsl:value-of separator attribute not working in Java 1.7 with apache.xalan
The XSLT 2.0 xsl:value-of element separator attribute appears to not be working with the built-in Java 1.7 XSLT processor. Here's the example (slightly edited from Chapter 4 of XSLT 2nd ed. to reduce ...
0
votes
1answer
82 views
Approach to create dynamic XSL-FO
I need to create comples XSL-FO file that will be used latter for creating pdf file.
There is a requirement to insert n-tables, each table can have different structure (e.g. number of headers, number ...
0
votes
1answer
38 views
XSL validation while transformation
I'm using the folowing piece of code to do XSL transformation :
Source source = new StreamSource(new StringReader(request.toString()));
Source xsl = new StreamSource(XSLPath);
StringWriter ...
1
vote
1answer
46 views
XSD schema changes, XSLT and backwards compatibility
this is more of a high level question about using jaxb and xslt, as I try to gain more of an understanding of what I need to do, and what I need to learn more about.
I have inherited an application ...
0
votes
1answer
34 views
How 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
3answers
47 views
Transforming XML with Java
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.
By saying just java, I mean, using just the syntax ...
2
votes
1answer
66 views
Need custom order in flat file from XML using XSLT
I want to create a flat file from an xml using xslt with this output in the order as shown:
NM1*CC*1*Smith*John****34*999999999~
N3*100 Main Street~
From this XML:
<Claim>
<Claimant
...
1
vote
1answer
37 views
Apache FOP and Arial font
My XSL style uses Arial font
<fo:block font-family="Arial" font-size="8pt" font-weight="normal">
Configuration file fonts.xml:
<?xml version="1.0"?>
<fop>
<renderers>
...
1
vote
2answers
51 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
3answers
66 views
How to define a correct XSLT?
Assuming I have the following XML and I care only about the FruitId, and the customer Numbereaten, and Weight attributes.
<AllFruits xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- ...
1
vote
1answer
55 views
Working with XSLT. Sample application
I want to reproduce this example in Java sample app:
http://www.w3schools.com/Xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=cdcatalog
This is my sample app:
input.xml - contains the content that ...
1
vote
1answer
86 views
My xsl stylesheet generates an xml file with multiple roots
I have a problem in parsing xml files with xslt stylesheets
http://docs.oracle.com/javase/tutorial/jaxp/xslt/transformingXML.html
i changed a bit in the stylizer code to input more than one xml file
...
0
votes
0answers
43 views
Adding attributes to element using java sax parser
I have been trying to add attributes to an element but it's not working. I need the XML to be like this:
<team id="01" colored="Y">
<member>
<memberid>01</memberid>
...
0
votes
1answer
41 views
How to create a folder during xslt transformation with Saxon in which to copy binary data afterwards
I'm currently in the process of writing an XSLT Stylesheet that will handle the transformation of DOCX Documents to (X)HTML files.
Given the fact images are either included (in the /word/media ...
1
vote
2answers
63 views
Recursive XSLT generates text which doesn't match any template
Updating this post, to show where I'm currently at. So after some larification in my answer post, I'll update this post also with the current progress which is not so shiny. The XSLT stylesheet ...
0
votes
1answer
17 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), ...
0
votes
2answers
33 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
1
vote
1answer
84 views
Unable to access xsl file from jar file (Mule)
I have been facing trouble accessing an xsl file located inside a folder in jar file. I need to get this working in mule-config file.
As given below I need to access an XSL file from a filder inside ...
0
votes
0answers
33 views
Changing part of XML-file with another XML-file by XLST
I need to change similar part of one xml to another xml by xslt ans save by java to the new xml file. First xml example:
<?xml version="1.0" encoding="ISO-8859-1"?>
...
0
votes
1answer
128 views
Unable to embed delimiter when converting XML to CSV using XSLT using Java
I am trying to convert XML to CSV using XSLT. I have seen many similar posts on this site, but wanted to mention specific requirement and the issue I am seeing in my code.
This is my well formed XML ...
0
votes
3answers
213 views
How to remove duplicates in xml files using xslt?
Sample xml is as below:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<check>
<val>
<Samsung>
<name value="galaxy"/>
...
0
votes
1answer
65 views
Capture generated output file path and name using CSSDK
We are in the process of converting over to using the XSLT compiler for page generation. I have a Xalan Java extention to exploit the CSSDK and capture some meta data we have stored in the Extended ...
0
votes
1answer
100 views
Java XML Transform - Strange Issue
I am having this strange issue that I cannot seem to figure out. Up until now, my transform methods seemed to have worked almost flawlessly, but the tool I am currently building is causing me some ...
0
votes
0answers
111 views
How to email xslt reports to list of users given in a xls file?
I am able to generate XSLT reports after successful completion(execution) of build(pass/fail). I want to email this report to email addresses those are mentioned in the excel sheet.There are not too ...
1
vote
1answer
31 views
What is the best way to convert dynamic xml to a xml of specific format
I have a situation where xml of any format( DITA,QTI etc ) should be converted into a common format. Common format xml structure to which other formats to be converted is defined.
I dono if this can ...
0
votes
0answers
49 views
how to write formulas like summation in XSLT template transformation
in my program
Map<String, Collection<Employee>> beans = new HashMap<String, Collection<Employee>>();
beans.put("employee", staff);
XLSTransformer transformer = ...
0
votes
1answer
179 views
Class Not Found Exception , though jar is present
in my program
package com.XSLTTransformation;
import java.io.IOException;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import ...
0
votes
1answer
62 views
How can I suppress xml:base attribute that the java.xml Transformer is adding to imported external system entities?
There must be an xslt or xalan property for this, but I cannot find it.
Let's say I have an xml file that declares an external system entity:
<?xml version="1.0" standalone="yes" ?>
...
0
votes
0answers
40 views
XSL doesn't display value using Wicket XsltTransformerBehavior
I write an Wicket application which should view a basic XML using XSL. When I let the code parse in w3schools tutorial, everything works. When I use Wickets XsltTransformerBehavior, I only see the ...
1
vote
2answers
85 views
XSLT: extract the last x digit of a sibling node with xpath expression
I am trying to extract the last 4 numbers of the "red" sibling with xpath.
The source xml looks like:
...
<node2>
<key><![CDATA[RED]]></key>
...
0
votes
1answer
76 views
Writing a program for iptables configuration analysis: how to represent this in Java? [closed]
We are working on a project where we are supposed to retrieve firewall policy anomalies in an iptables configuration.
It has to be a web application in Java (JSP and servlets) where a user can upload ...
0
votes
1answer
51 views
XML Transform results in FileNotFoundException
The earlier question I posted is closed because of lack of information. Please let me know if I am missing something here. The transformer seems to be adding file:/ to the beginning of my file path.
...
0
votes
1answer
90 views
Merging 2 XML Files with same element and assigning id to unique items
I have a pair of XML Files with following structure :
* the data contained here is random
<root_tag>
<packages>
<package>
...
0
votes
1answer
142 views
XSLT xsl:copy and xsl:for-each on attributes
I have the following xsl template:
<xsl:template match="@*|node()" mode="fix-entity-references">
<xsl:copy>
<xsl:for-each select="@*">
<xsl:if ...
2
votes
3answers
124 views
XSLT parsing a string with both escaped and non escaped characters (< and <)
In XSLT 1.0, what is the best way to process this xml element
<Product>This is a product. < and its price is < 10</Product>
Notice that the 'less than sign' is represented ...
2
votes
0answers
137 views
Can I create a JSP from dynamically generated XML?
I want to generate a JSP using XSLT and <x:transform> tag. But I don't have an XML-file on my file system, and I can't import it like: <c:import url="./xml/MyXml.xml" var="xmldoc"/>. It is ...
1
vote
1answer
66 views
Select values from designated file with XSLT
I'm working on XSLT for an XML file that has a bunch of values for a particular "ID". I need to run this through my converter, which outputs those values to a database, but all I have to identify the ...
2
votes
2answers
73 views
XSLT: Getting URI of a declared entity
I have an input XML that has entities declared in it. It looks something like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE doctype PUBLIC "desc" "DTD.dtd" [
<!ENTITY ...
2
votes
3answers
234 views
Fix unclosed tags in html or parse with HTML parser for XSLT transformation
I have some HTML code that is the result of an XSLT tranformation. (XML->HTML)
I want to run another XSLT transformation on the result HTML. (HTML->HTML)
My problem is that the first transformation ...

