Search found 12 matches

by jakubm
Mon Jun 30, 2014 2:02 am
Forum: General XML Questions
Topic: XProc command line
Replies: 1
Views: 2101

XProc command line

Hi,
is it possible to see what command line arguments are passed to Calabash when it is started from a transformation scenario? And can oxygen display the messages Calabash writes to standard output?

Thanks,
Jakub.
by jakubm
Tue Feb 19, 2013 10:23 pm
Forum: Common Problems
Topic: Large files crashes
Replies: 6
Views: 4361

Re: Large files crashes

Indent on open sometimes help (thanks for that hint).
by jakubm
Tue Feb 19, 2013 10:17 pm
Forum: Common Problems
Topic: Large files crashes
Replies: 6
Views: 4361

Re: Large files crashes

Hi, I have send you a sample file. It is a bit frustrating, I kind of ended up using Lister in Total Commander, which is very fast, but provides only simple text base find. Oxygen really has troubles with large one-line documents and sometimes even when I add indentation with another tool, fails to ...
by jakubm
Sun Feb 17, 2013 9:48 pm
Forum: Common Problems
Topic: Large files crashes
Replies: 6
Views: 4361

Re: Large files crashes

Also, running an XPath on a document without whitespace to find something is not very user friendly. E.g. this expression //*[text()='695149' is found twice, i have the XPath locations, but I would like to jump to the occurences and I don't know how. Doubleclicking does not help (maybe because the o...
by jakubm
Sun Feb 17, 2013 9:42 pm
Forum: Common Problems
Topic: Large files crashes
Replies: 6
Views: 4361

Large files crashes

I am dealing with XML documents of size ~50MB and oxygen (14.2, windows) does not handle them very well. 1) When I try to open a file with the "optimize loading for large files" option, oxygen usually crashes: The application detected an error that is not automatically handled. It is possi...
by jakubm
Mon Jan 14, 2013 7:14 pm
Forum: XQuery
Topic: XQuery Outline view does not show annotated functions
Replies: 4
Views: 8397

Re: XQuery Outline view does not show annotated functions

This is a RESTXQ function stored in eXist DB (eXist DB supports RESTXQ). I have oXygen connected to eXist database, but since it is a REST interface, the query is run by eXist when a certain REST request is recieved by the RESTXQ module. It is not usually "run" from oXygen adhoc (but even ...
by jakubm
Sun Jan 13, 2013 1:03 pm
Forum: XQuery
Topic: XQuery Outline view does not show annotated functions
Replies: 4
Views: 8397

XQuery Outline view does not show annotated functions

When I add annotations to my functions, I no longer see the functions in Outline view. Particularly the annotations from restxq namespace (http://exquery.org/ns/restxq, see http://exquery.github.com/exquery/exquery-restxq-specification/restxq-1.0-specification.html). declare %rest:path(...) %rest:GE...
by jakubm
Fri Jul 13, 2012 2:49 pm
Forum: XSLT and FOP
Topic: Inconsistent highlighting in oXygen when || operator is used
Replies: 1
Views: 2776

Inconsistent highlighting in oXygen when || operator is used

I have noticed that in expressions using || operator, the highlighting is inconsistent, e.g. in expression:
<xsl:value-of select="$v1 || $v2"/>
only $v1 is highlighted as variable, $v2 is not.
by jakubm
Wed May 23, 2012 6:42 pm
Forum: Other Issues
Topic: 14b XML Calabash and XSLT 3.0 stylesheets
Replies: 1
Views: 1465

14b XML Calabash and XSLT 3.0 stylesheets

The build of XMLCalabash used in 14 Beta won't run XSLT 3.0 stylesheets. This was already fixed in XMLCalabash.

https://github.com/ndw/xmlcalabash1/issues/31
by jakubm
Fri Feb 03, 2012 11:21 pm
Forum: Other Issues
Topic: Entites in XSLT documentation - bug?
Replies: 1
Views: 1350

Entites in XSLT documentation - bug?

I added an entity definition in the beginning of my xslt stylesheet <!DOCTYPE xsl:stylesheet [ <!ENTITY e1 "abcd"> ]> And I would like to use it in XSLT documentation tags (because parameters of some of my functions always have the same description). But the Generate XSLT documentation too...
by jakubm
Mon Jan 16, 2012 12:35 pm
Forum: XSLT and FOP
Topic: XSLT - Saxon 9.4
Replies: 3
Views: 2595

Re: XSLT - Saxon 9.4

OK. At first, I was not able to add Saxon 9.4 as an external XSLT engine, because I did not know, that these are not available in XSLT debugging perspective. After reading this in help, I am able at least to call it from transformation scenarios, which is better than nothing. But anyway, if there we...
by jakubm
Sun Jan 15, 2012 3:51 pm
Forum: XSLT and FOP
Topic: XSLT - Saxon 9.4
Replies: 3
Views: 2595

XSLT - Saxon 9.4

Saxon 9.4 has some very interesting features compared to 9.3. Is the new version of Saxon going to be a part of oXygen any time soon?
(I tried just to replace the saxon jar files in /lib but that did not work)