Saxon is a XSLT and XQuery Processor
0
votes
2answers
414 views
Saxon: Cannot call static method expecting String with xs:string parameter from XSLT
I am trying to call a static Java method from my XSLT stylesheet:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
...
0
votes
2answers
697 views
Insert element into XML using XQuery and Java
I need to insert a new element into an XML document using XQuery insert expression. I am using saxon as a java api. I am new to XQuery so I am not sure about the exact structure of the insert ...
0
votes
1answer
215 views
DataSource declaration in Saxon XQJ API
I need to write a program in order to implement XQuery in java using saxon. I am new to XQuery and saxon. I have downloaded saxon-xqj-8.9.0.4.jarand saxon9.jar and added both files to the classpath. ...
2
votes
1answer
393 views
Saxon in Java: Specify SAX Parser
Looking in the Saxon documentation there is a "-x:className" flag on the command line for specifying a particular SAX parser for use during the application of an XSLT.
How does one achieve this ...
0
votes
1answer
128 views
saxon.net write transformed xslt into a literal
need some help with saxon.net.
Can anybody tell me how to output a xslt transformed xlm into a asp.net literal?
' NOTE: Saxon now uses System.Xml internally on the .NET platform.
' We could import ...
3
votes
2answers
883 views
Using Xalan alongside Saxon
I use Xalan in my application, but need to use Saxon with a reference implementation to generate test output to compare with. I want to use them both during unit tests.
However, as soon as I add an ...
0
votes
2answers
202 views
Force resolution of xsl:include, xsl:import in Java
I'm using Saxon 9.3 HE and Java 1.6. I can resolve xsl:include and xsl:import statements in the xsl by supplying a resolver to setURIResolver on the TransformerFactory instance.
However the Source ...
0
votes
0answers
142 views
XSL HTML output based on content
I need help with the following task:
I already export an Excel-Spreadsheet via VB to XML and within the
same macro I call the XSLT-Processor Saxon via command line to take my xsl-file
and create ...
0
votes
1answer
146 views
How to Read in multiple CSV files from an XSLT file and output a single XML file
I plan to use Saxon for an XSLT problem. I need to run my program on a schedule. When it runs it needs to select all CSV files from a directory. The number of files can be random but once processed ...
1
vote
1answer
155 views
Saxon stops working after installing batik-rasterizer
Could someone please help me with the following problem?
Yesterday I was trying to add a process to my ANT script (Windows XP, ANT version 1.8.2, mostly XSLT 2.0, Saxon 9 simply added to my ant/lib) ...
-2
votes
1answer
506 views
Invalid factory configuration javax.xml.transform.TransformerConfigurationException: Failed to compile stylesheet
When i use the combination of XSLT 1.0 and saxon9he.jar for my xml to pdf conversion using xslt and xsl-fo, i am getting the exception that Invalid factory configuration
...
0
votes
1answer
76 views
using Saxon.net with Mono 2.10.8 on Linux?
I'm getting this exception when trying to use Saxon.NET with Mono 2.10.8 on Linux in the
Processor() constructor:
[eric@farm228 MetaTemplateGenerator]$ mono bin/Debug/MetaTemplateGenerator.exe ...
0
votes
2answers
87 views
Android | Using .Class file compiled on Linux , Window
My ultimate objective is to make use of Saxon SaxOn On Android, got its class file form the give link ( .JAR ) and hangup on following,
1 -- These class files i am not able to use directly on ...
0
votes
2answers
919 views
XQuery Java Performance with Large XML file
I'm working on some Xquery code (using SAXON) to execute a simple XQuery file against a large XML file.
The XML file (located at this.referenceDataPath) has 3 million "row" nodes and has the form:
...
2
votes
1answer
221 views
Saxon 9.4 Query from cygwin
I am in the folder :
/cygdrive/d/ragsxq where I have kept some simple X-Query stmts to be executed via Saxon X-Query engine...(Saxon 9.4 HE )
The following statement :
$ java -classpath ...
0
votes
1answer
201 views
XSLT grouping and leaving out duplicates
I have the following XML input file:
<mappings>
<mapping>
<key>6718</key>
<value attribute="content_type">Info Page</value>
...
0
votes
1answer
363 views
Can´t access xml data when inside xsl-varible for-each loop
When using xsl-varible in a for-each loop I can“t access xml data with x-path normaly (it loops ok).
When trying to access the same data outside the loop there is no problem.
Example:
...
1
vote
1answer
75 views
Can Saxon XSLT processor be used with the XMLControl in ASP.NET?
The title pretty much says, it - Is it possible to use the Saxon XSLT Processor to be used along with the XMLControl in ASP.NET?
If not, are there any approaches, whereby I can insert a transformed ...
0
votes
0answers
37 views
Saxon XSLT Processor retrieve output HTML, assign to XMLControl
I am using ASP.NET 4.0, with Saxon9 API. I need to transform a dynamic XML with an XSLT 2.0 stylesheet, and assign it to a server side XMLControl.
Is there a way this can be achieved?
Is it ...
0
votes
1answer
240 views
Saxon in Java: XSLT Code Reuse
As a continuation in my thought patterns from this question: Saxon in Java: XSLT for CSV to XML
Per Michael Kay's answer on that question, I eventually ended up with the following code for applying ...
0
votes
1answer
292 views
“Install” - Saxon
I am trying to "install" Saxon for xquery documents.
So I set the Classpath var with the saxon9he.jar as file name and tried in the cmd saxon9he but nothing happened. So I tried to execute a xquery ...
1
vote
1answer
815 views
Saxon in Java: XSLT for CSV to XML
Mostly continued from this question: XSLT: CSV (or Flat File, or Plain Text) to XML
So, I have an XSLT from here: http://andrewjwelch.com/code/xslt/csv/csv-to-xml_v2.html
And it converts a CSV file ...
3
votes
1answer
1k views
XSLT: CSV (or Flat File, or Plain Text) to XML
I am trying to convert plain text files to XML files using XSLT. I started with CSV files, because that is a well-known file format that I could start Googling examples on.
I stumbled onto this: ...
1
vote
1answer
141 views
How do I merge and concatenate the data from each row in two separate source files?
I have two source files which I need to combine on a row by row basis. I am happy reading the files into a variable and I am happy with the logic but the syntax has me stumped. For each row in file 1 ...
0
votes
0answers
124 views
Extension functions and classpaths
I am aware that this is a rather long and detailed post. I would have made it shorter and simpler if I could. I'd be grateful for any advice or ideas.
Background
I am writing XSLT to transfer data ...
1
vote
2answers
788 views
Install Saxon jar in Eclipse for Java?
I've downloaded the Saxon jar from this site , and I'm trying to activate this jar file in Eclipse , however it doesn't work . I've put it in the plugins library and reopen Eclipse .
This still ...
0
votes
2answers
129 views
How should I test for an ampersand in a string?
I set a variable depending on the specific value of a field. Inside an <xsl:choose>, the following code works perfectly:
<xsl:when test="property_type='hotel'">47</xsl:when>
...
0
votes
1answer
94 views
Xsl transformation of html in java
I want to extract part of the html using the xsl :
<td>
<div>
<table>
<tbody>
...
0
votes
1answer
141 views
Removing nodes with invalid tag names from a xml document
I transform xml with the Saxon XSLT2 processor (using Java + the Saxon S9API) and have to deal with xml-documents as the source, which contain invalid characters as tag names and therefore can't be ...
0
votes
1answer
133 views
Need conversion technique from Times ten dateTime to Saxon Timestamp
Trying to retrieve a dateTime Information from Timesten Database and use it in Saxon Xquery .below is the example for that and getting the below error . Do we need to convert timesten dateTime to ...
0
votes
4answers
1k views
Find all namespace declarations in an XML document - xPath 1.0 vs xPath 2.0
As part of a Java 6 application, I want to find all namespace declarations in an XML document, including any duplicates.
Edit: Per Martin's request, here's the Java code I am using:
XPathFactory ...
0
votes
1answer
61 views
Can I tell saxon to figure out the XSLT version on its own?
I have to run an XSLT 2.0 stylesheet with saxonb-xslt (which warns about 1.0 stylesheets) and an XSLT 1.0 stylesheet with saxon-xslt (which wont work on 2.0 stylesheets). Is there a way to tell saxon: ...
1
vote
2answers
262 views
xsl:apply-templates not iterating over each node given by select
I'm using Saxon HE 9-4-0-3J. My intent is to use the select attribute on xsl:apply-templates to iterate over each <RECORD> element, but only a single <RECORD> element in the xml is being ...
1
vote
1answer
172 views
Any way to do a reverse XPath query?
If I have a context node, an XPath expression and a node, is there a way to check if my node satisfies the XPath expression in that context.
I have XPath queries that are very expensive and long to ...
6
votes
2answers
299 views
App using saxonHE (9.2.1.1) api to process XSLT (v2.0) against multiple XML files
I have an application that uses the SAXONHE 9.2.1.1 api files to transform XML data to plain text. My form has textboxes for
XMLInput_FilePath
XSLT_FilePath
TextOutput_FilePath
On the ...
0
votes
2answers
788 views
XPath function to convert multiple text nodes into a single one
I'm using SAXON Java to evaluate an XPath expression which uses substring-after(). This function when gives me the following error when executed against some DOMs:
A sequence of more than one item is ...
1
vote
3answers
801 views
XSLT 2.0 produces error: “the context item is undefined”
We use Altova Stylevision which produces XSLT 2.0 files. We use Saxon 9 for Java to execute these XSLT files. This has been working well for a few years, alas none of us actually understand XSLT.
Now ...
0
votes
1answer
131 views
Saxon transformation failure - which line is at fault?
I am using Saxon to transform an XML file to XHTML. I am calling Saxon as a command-line instance through a Perl script.
I am getting the following error:
Validation error
FORG0001: Invalid date ...
3
votes
2answers
895 views
XSLT with XPAth 2.0 and Java expressions
I would like to use XPath 2.0, more specifically the distinct-values function. I downloaded the Saxon Home Edition because it can do XPath 2.0 and XSLT 2.0 but now it moans about not being able to ...
3
votes
1answer
352 views
How to perform schematron validation using Saxon java library command line tool?
Very basic question-
I've a xml file and I want to validate it against a schematron file. How do I do it using Saxon command line?
As per commandline reference I don't see any option to specify ...
0
votes
1answer
1k views
Calling Java from XSL (SAXON)
I'm trying to use the Saxon processor from java. I'm using the the saxon9ee.jar inside saxonee9-3-0-11j.zip (just downloaded, no license - is that needed so it'll work?)
Their ** resources can be ...
0
votes
2answers
151 views
High CPU usage while using Saxon library
I am using Saxon Java library to merge two files. XSLT file is located here.
I find that even with two small xml files (~15 nodes each), CPU usage spikes when Saxon is merging files. I also tried ...
0
votes
1answer
53 views
How to get column names with Saxon EE SQL Extension
Saxon EE XSLT processor has great SQL Extension. It allows to get results from SQL database right into XSLT. However, I am not able to get table column names into XML. Instead it just uses XML like
...
0
votes
1answer
345 views
base-uri not returning uri of source document
For some reason, base-uri() is not returning the uri of the source file when I run an XSLT (using XSLT2, Saxon 9.4 PE).
Here is my xslt test case
<xsl:stylesheet version="2.0"
...
0
votes
1answer
74 views
Redirecting output from trace() function used in XPath queries
I'm using Saxon Home Edition dlls for evaluation of XPath expressions.
Is there a way to redirect output from trace() function to another window/message box that I specify?
I'm creating a new ...
2
votes
4answers
1k views
result tree fragment to node-set: generic approach for all xsl engines
Answering another thread (see stackoverflow: generate css color schemes) I bumped into the issue below, where different xsl engines seem to need different approaches in transforming result tree ...
2
votes
1answer
174 views
How to apply xslt for-each to attibutes?
My XML document looks like this-
<doc>
<system_data>
<registry_item id="1">
<hive>HKEY_LOCAL_MACHINE</hive>
</registry_item>
<file_item ...
2
votes
1answer
214 views
Counting XML based on date conditionals with xslt
I'm working with xslt for the first time. I have 2.0, but that's about the only advantage I have access to with the c# transform library we have. I'm trying to count a number of child nodes in the XML ...
0
votes
1answer
244 views
How can I find all elements in an XML Schema whose value is specified as a QName?
Suppose that...
I have a complex XML schema, one that imports/includes other schema files, which in turn import/include even more schema files.
I want to find all the elements in this XML schema ...
4
votes
1answer
1k views
In XSL, how to convert text to date, then get year value?
Need to convert a text value `2012-03-19' into a date type, then extract the year component.
<xsl:variable name="dateValue" select="2012-03-19"/>
<xsl:variable name="year" ...

