Search found 15 matches

by cefn
Fri Nov 14, 2008 5:45 pm
Forum: Feature Request
Topic: Format and Indent XQuery
Replies: 8
Views: 9310

Re: Format and Indent XQuery

I agree that formatting XQuery is very important.

It's mainly XQuery and RelaxNG support that recommends Oxygen to our project, so it would be good to see development in this area.
by cefn
Tue Oct 28, 2008 4:50 am
Forum: Feature Request
Topic: Support for auto-completion from exist function namespace
Replies: 0
Views: 3316

Support for auto-completion from exist function namespace

I can prove that validation of eXist Xquery against the running database works, but auto-completion of function signatures does not, except the function signatures which are declared as part of XPath. I assume this is a feature you haven't included yet, but it's a huge oversight for people wishing t...
by cefn
Fri Oct 26, 2007 6:06 pm
Forum: XSLT and FOP
Topic: Debugger very unhelpful
Replies: 5
Views: 4687

Useful and clear advice

Your advice is very clear, Sorin, and sounds very useful. However, I must be missing something as I don't know how to add a breakpoint to the root() function (a core XPath function). I can monitor the line containing the likely problem invocation of root(), but even then I seem unable to construct a...
by cefn
Fri Oct 26, 2007 4:27 pm
Forum: XSLT and FOP
Topic: Debugger very unhelpful
Replies: 5
Views: 4687

Thanks for the reply. You suggested... You should set a breakpoint on a line of the XSLT stylesheet or the XML document which is processed by the transformation before the terminal error The debugger views 'Stack, Trace and Templates' are indeed populated after the terminal error so it should be pos...
by cefn
Fri Oct 26, 2007 3:16 pm
Forum: XSLT and FOP
Topic: Suggested improvements to profiler
Replies: 1
Views: 2613

Suggested improvements to profiler

I didn't realise there was a 'turn on profiler' button for a long time. Views which depend on the profiler button being pushed (such as the Hotspots or Invocation Tree views should indicate when profiling is not active rather than just being blank and providing no controls or information to help. I ...
by cefn
Thu Oct 25, 2007 7:30 pm
Forum: XSLT and FOP
Topic: Debugger very unhelpful
Replies: 5
Views: 4687

Debugger very unhelpful

I've been using the Oxygen XSLT debugger based on Saxon8B for the first time and found it very unhelpful. The error shown below was generated at line 202 of my source file - a line which doesn't invoke the root() function at all so cannot directly be responsible for the error. Furthermore it seems i...
by cefn
Mon Sep 17, 2007 1:56 pm
Forum: XML Schemas
Topic: RelaxNG Dead end - modularity and duplicate includes
Replies: 3
Views: 6711

Combine=choice

I'm a bit concerned that the workaround will break the grammar, though, since it will reintroduce options in the definitions which may themselves have been redefined since the first inclusion.

I'll give it a go, though and stay eagle-eyed for any issues arising.
by cefn
Sun Sep 16, 2007 1:49 pm
Forum: XML Schemas
Topic: RelaxNG Dead end - modularity and duplicate includes
Replies: 3
Views: 6711

Combining Grammars

Really hoping someone can help out with this as I'm really stuck and things are stalled without a solution. The RelaxNG mailing lists are offline and I don't know where else to seek help on this one. The test example which generates the issue is really simple - so much so that it's inlined below... ...
by cefn
Fri Sep 14, 2007 2:36 am
Forum: XML Schemas
Topic: RelaxNG Dead end - modularity and duplicate includes
Replies: 3
Views: 6711

RelaxNG Dead end - modularity and duplicate includes

I'm trying to build a modular grammar for a trivial language built around a type system - which shouldn't be a problem in RelaxNG. Indeed it wasn't a problem at all, until I started to plug modules together. Then I get errors like... "multiple definitions of start without "combine" at...
by cefn
Wed Sep 05, 2007 9:10 pm
Forum: Common Problems
Topic: Exist Function Signatures
Replies: 1
Views: 3187

Exist Function Signatures

Is there any way to persuade the Oxygen editor to recognise function signatures from the Exist toolset as outlined on this page... http://demo.exist-db.org/xquery/functions.xq#N109BC Currently any invocation of these functions within the XQuery editor results in errors like these... F [Saxon8B XQuer...
by cefn
Fri Aug 31, 2007 7:02 pm
Forum: XML Schemas
Topic: SVG Validation Busted
Replies: 1
Views: 11369

SVG Validation Busted

We are often using Mixed namespaces inside documents, and need to use SVG 1.1, so can't use the straightforward SVG template in Oxygen. When we import SVG into a RelaxNG file <myfile xmlns="http://cefn.com/mynamespace/" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"...
by cefn
Fri Jul 13, 2007 1:34 am
Forum: oNVDL Related Issues
Topic: XHTML Inclusion impossible
Replies: 3
Views: 10881

OK found a fix

Did it the other way round using trang translation from compact to xml then back again. Exported the compact syntax to XML, then added the declaration as you suggested in the XML example, then re-exported to compact. Then it generated all the compact syntax equivalents of the original imports - the ...
by cefn
Fri Jul 13, 2007 1:16 am
Forum: oNVDL Related Issues
Topic: XHTML Inclusion impossible
Replies: 3
Views: 10881

No Compatc Syntax

So it looks like I can't use the compact syntax at all. Or is there a way to maintain this information in the compact syntax, but export through trang somehow to produce an XML file which Oxygen will put up with. I've been putting all this work in so I could use the compact syntax, you see - it was ...
by cefn
Thu Jul 12, 2007 6:39 pm
Forum: oNVDL Related Issues
Topic: XHTML Inclusion impossible
Replies: 3
Views: 10881

XHTML Inclusion impossible

If you employ the external declaration of element contents, as outlined in the RelaxNG tutorial... http://relaxng.org/compact-tutorial-20030326.html ...then it causes an unspecified oNDL syntax error. Indeed there is apparently no way to specify that an element defined via a RelaxNG compact syntax s...
by cefn
Thu Jul 12, 2007 6:26 pm
Forum: Common Problems
Topic: Cursor hides behind front file
Replies: 1
Views: 3280

Cursor hides behind front file

In Mac OS X Tiger, an unmodified installation of Oxygen 8.2 can be responsible for some very bad data loss problems. When you open a new file by dragging and dropping onto Oxygen, the file opens, but the cursor is in fact invisible in the file tab behind. All keystrokes therefore make invisible chan...