Search found 97 matches

by Martin Honnen
Tue Aug 02, 2016 11:27 am
Forum: Common Problems
Topic: Problem with syntax coloring in XPath expression in XSLT stylesheet
Replies: 1
Views: 1160

Problem with syntax coloring in XPath expression in XSLT stylesheet

I am using XML Editor 18.0, build 2016062718 on Windows 10 and today I have created an XSLT stylesheet in the editor where part of an XPath expression inside of a select attribute is colored in red, it looks odd to me. The XSLT code is <?xml version="1.0" encoding="UTF-8"?> <xsl:...
by Martin Honnen
Tue Jul 12, 2016 4:06 pm
Forum: Common Problems
Topic: Problems with XQuery code completion
Replies: 1
Views: 1244

Problems with XQuery code completion

I am using oXygen 18 and want to create XQuery files, so open a new document selecting type XQuery and start typing, the query I want to write is <root> { (1 to 5) ! <item>{.}</item> } </root> so I start typing the opening <root> and it is completed to <root></root> which is fine so far, but I would...
by Martin Honnen
Sat Jul 09, 2016 1:00 pm
Forum: Common Problems
Topic: How to use XQuery 3.1 with oXygen 18 and Saxon EE 9.7?
Replies: 9
Views: 6285

How to use XQuery 3.1 with oXygen 18 and Saxon EE 9.7?

oXygen 18 allows me to select Saxon EE XQuery 9.7.0.4 (External) as an XQuery processor but when I use an XQuery with version "3.1" I get an error Engine name: Saxon-EE XQuery 9.7.0.4 (External) Severity: fatal Description: XQuery 3.1 was not enabled when invoking Saxon How can I use Saxon...
by Martin Honnen
Fri Jun 17, 2016 1:42 pm
Forum: XSLT and FOP
Topic: Is there a way to having Saxon 9.7 timing information recorded during and displayed after an XSLT transformation?
Replies: 1
Views: 1853

Is there a way to having Saxon 9.7 timing information recorded during and displayed after an XSLT transformation?

I am using oXygen 18 with Saxon 9.7 EE, to perform streaming transformations of huge documents. I would like to see some timing information from Saxon after a transformation has been performed. From the command line of Saxon there is the "-t" option, I had hoped inside oXygen I would be ab...
by Martin Honnen
Sun Jun 12, 2016 11:32 pm
Forum: Common Problems
Topic: Error message "Value of {cdata-section-elements} must be a list of QNames in '{uri}local' notation" when using Saxon 9
Replies: 2
Views: 2338

Error message "Value of {cdata-section-elements} must be a list of QNames in '{uri}local' notation" when using Saxon 9

When trying to run Saxon 9.6.0.7 HE with oXygen 18 against a stylesheet having <xsl:output cdata-section-elements="MASTER_COMMENTS"/> I get an error saying Description: Value of {cdata-section-elements} must be a list of QNames in '{uri}local' notation I can't reproduce that problem using ...
by Martin Honnen
Wed May 11, 2016 1:09 pm
Forum: Common Problems
Topic: Using Saxon 9.7 and XSLT 3.0 and output method="adpative"
Replies: 2
Views: 2056

Using Saxon 9.7 and XSLT 3.0 and output method="adpative"

Using oXygen 18 and an XSLT 3.0 transformation with Saxon 9.7 EE added as an external XSLT engine I don't get the right output when using the new output method adaptive and outputting values like an array, for instance the minimal XSLT stylesheet <?xml version="1.0" encoding="UTF-8&qu...
by Martin Honnen
Tue Aug 19, 2014 12:14 pm
Forum: Common Problems
Topic: question about XPath builder view
Replies: 1
Views: 1258

question about XPath builder view

I am currently evaluating oXygen 16.0 and I have a question about the XPath builder view, it seems to me that code entered there is not treated as pure XPath, for instance when I select "XPath 3.0" as the language and evaluate the code string-length('<&>') eq string-length('<&>') I...