Search found 13 matches

by sdm7g
Thu Aug 29, 2013 12:27 am
Forum: Common Problems
Topic: Oxygen version : Saxon version
Replies: 1
Views: 1935

Oxygen version : Saxon version

I need to (temporarily) downgrade my version of Oxygen in order to debug with an older version of Saxon. ( probably 9.1 or 9.2 ) I easily found the download page for older versions of Oxygen. It took quite a lot more searching to find that info was sometimes buried in the <read more> links on the Re...
by sdm7g
Wed Mar 27, 2013 10:40 pm
Forum: XML Schemas
Topic: default validation scenario ?
Replies: 5
Views: 4635

Re: default validation scenario ?

I tried adding multiple xml-model PI lines as in the examples in http://www.w3.org/TR/2011/NOTE-xml-model-20110811/ . I was wondering which one it would use, of if it would show those as options. <?xml-model href="/projects/schema-files/ead.rng" type="application/xml" schematypen...
by sdm7g
Wed Mar 27, 2013 6:03 pm
Forum: XML Schemas
Topic: default validation scenario ?
Replies: 5
Views: 4635

Re: default validation scenario ?

Look in the Properties view (Window > Show View > Properties) for Document type and Content Completion. The schema used for content completion is also used for validation in such cases. Thanks. That worked. I also found this post: http://www.oxygenxml.com/pipermail/oxygen-user/2011-November/003934....
by sdm7g
Tue Mar 26, 2013 11:04 pm
Forum: XML Schemas
Topic: default validation scenario ?
Replies: 5
Views: 4635

default validation scenario ?

I have some schema based EAD xml files with no DTD or DOCTYPE, no xsi:schemaLocation attribute and no <?oXygen_pi RNGSchema=... PI. ( Partly because I'm evaluating XSD vs RNG and RNG doesn't like the schemaLocation attribute.) I have several validation scenarios defined, but none of them are checked...
by sdm7g
Wed Nov 11, 2009 6:52 pm
Forum: Feature Request
Topic: better support for multiple versions of SAXON
Replies: 1
Views: 1540

better support for multiple versions of SAXON

I would like to request better support for doing transforms with multiple versions of SAXON. The version of Saxon in Oxygen 10 changed the APIs for external functions, and I had to revert to Oxygen 9 to debug these stylesheets. Saxonica is changing the licensing for Saxon and adding another level --...
by sdm7g
Wed Jul 22, 2009 5:34 pm
Forum: Common Problems
Topic: 'surround with tags' operates on wrong file.
Replies: 4
Views: 1910

Re: 'surround with tags' operates on wrong file.

Thanks! -- I'll give that a try.
by sdm7g
Tue Jul 21, 2009 10:35 pm
Forum: Common Problems
Topic: 'surround with tags' operates on wrong file.
Replies: 4
Views: 1910

Re: 'surround with tags' operates on wrong file.

I'm working on some rather large documents, so I won't post them. I'll try to reproduce it with a smaller sample doc and follow up with more info. But I just had the same sort of thing happen with Document/Edit/Toggle Comment. The sequence in this case was: I was in the xslt debugger. After running ...
by sdm7g
Thu Jul 02, 2009 7:17 pm
Forum: Common Problems
Topic: 'surround with tags' operates on wrong file.
Replies: 4
Views: 1910

'surround with tags' operates on wrong file.

When I have more than one file view visible -- either in editor or in xstl debug mode -- and I select some text and choose menu item: XML Refactoring/Surround with tags, the tags often (usually) get inserted into the wrong file - Not around the selected text. Any idea what's causing this ? ( This is...
by sdm7g
Sat Mar 14, 2009 12:39 am
Forum: Common Problems
Topic: problem with extensions functions in 10.1 ( worked in 9.x )
Replies: 3
Views: 2535

Re: problem with extensions functions in 10.1 ( worked in 9.x )

I haven't yet found anything in the saxon release note that would explain why it broke. Oops. I was looking at "Extensions" rather than "Extensibility" section: http://www.saxonica.com/documentation/changes/intro/extensibility91.html It may have something to do with the tighteni...
by sdm7g
Sat Mar 14, 2009 12:31 am
Forum: Common Problems
Topic: problem with extensions functions in 10.1 ( worked in 9.x )
Replies: 3
Views: 2535

Re: problem with extensions functions in 10.1 ( worked in 9.x )

It does appear to be a saxon issue and not oxygen. It works from the command line for ver 9.0.0.4J It does not work from command line for saxonb9-1-0-5j. I haven't yet found anything in the saxon release note that would explain why it broke. Not sure what you mean by compile with 9.1.0.5 . The exten...
by sdm7g
Thu Mar 12, 2009 8:33 pm
Forum: Common Problems
Topic: problem with extensions functions in 10.1 ( worked in 9.x )
Replies: 3
Views: 2535

problem with extensions functions in 10.1 ( worked in 9.x )

In oxygen 9.x, I could drop a jar file that defined xpath extension functions into oxygen/lib, and these functions would be recognized both for validation and debugging. In oxygen 10.1 (using Saxon B 9.1.0.5), this method is no longer working. I've also tried defining a transformation scenario and a...
by sdm7g
Thu Dec 13, 2007 9:55 pm
Forum: Feature Request
Topic: Streaming Transformations for XML (STX) support
Replies: 9
Views: 8313

Re: Streaming Transformations for XML (STX) support

Hello, I'd like to request support for STX in Oxygen, at least for being able to run STX transformations (not necessarily in a debugger). Oxygen could use Joost as a default implementation. You can run joost transforms (without the debugger): [1] You can set joost to be your JAXP XSLT transformer: ...
by sdm7g
Thu Dec 13, 2007 2:03 am
Forum: Feature Request
Topic: Streaming Transformations for XML (STX) support
Replies: 9
Views: 8313

Streaming Transformations for XML (STX) support

[ I also asked about this via support email a couple of months back, and I'ld also still like to see this. ] StDB contains the jEdit specific plugin code as well as a command line debugger, so that not what you need documented. ( although the source code might be useful as an example. ) If you do wh...