Search found 11 matches

by Radu3000
Mon May 11, 2009 5:45 pm
Forum: Feature Request
Topic: xsl variable auto complete - improvement suggestion
Replies: 2
Views: 1665

xsl variable auto complete - improvement suggestion

Hello, I just got back into xslt after a lengthy break. Here is a suggestion that may save some time (in my case a few hours of debugging) - especially when one starts xslt from scratch: Change the xsl:var auto-complete from: <xsl:variable name=""></xsl:variable> to <xsl:variable name=&quo...
by Radu3000
Tue Oct 14, 2008 7:20 pm
Forum: Common Problems
Topic: failed to open a 3mb xml file
Replies: 4
Views: 3010

Re: failed to open a 3mb xml file

Nope - I already have "Format and indent the document on open" checked - it still does not open.

Lines - they may very well be long - I have sent my xml to support.

Thanks,
Radu.
by Radu3000
Tue Oct 14, 2008 4:01 pm
Forum: Common Problems
Topic: failed to open a 3mb xml file
Replies: 4
Views: 3010

failed to open a 3mb xml file

When I try to open a 3mb xml I see the progress bar going to the end - but the file never gets displayed. The only time I saw this file displayed in oxygen - it was after waiting for more than 20 mins for the debug perspective to come up... and then it was not usable - couldn't get xpath executed ag...
by Radu3000
Wed Sep 17, 2008 5:33 pm
Forum: Common Problems
Topic: Is it possible to Xalan inside the Editor perspective?
Replies: 2
Views: 2145

Re: Is it possible to Xalan inside the Editor perspective?

Never mind - one has to configure it in the transformation scenario - Transformer combo box - select Xalan.

Still it would have been nice to see what engine am I running in the Editor perspective.

Thanks,
Radu.
by Radu3000
Wed Sep 17, 2008 5:26 pm
Forum: Common Problems
Topic: Is it possible to Xalan inside the Editor perspective?
Replies: 2
Views: 2145

Is it possible to Xalan inside the Editor perspective?

I can switch between Saxon and Xalan in debug perspective but not in the Editor perspective. In the Editor perspective I am given the combo box options MSXML.NET AND MSXML.40 - which is strange - because when I run I get the following Saxon error: SystemID: C:\Projects\GPS-POCS\p2p.poc\xslt\test.xsl...
by Radu3000
Mon Oct 15, 2007 6:42 pm
Forum: Common Problems
Topic: Generate Docfails: the input file does not exist or is not v
Replies: 5
Views: 3466

Eclipse always produces - The input file does not exist or is not valid. When I validate document - Indeed - I am getting a: Message:XQuery module validation/execution is not supported. Please validate/execute the main XQuery file.] But transformation works just fine from Java/saxon in eclipse. And ...
by Radu3000
Fri Oct 12, 2007 9:13 pm
Forum: Common Problems
Topic: Generate Docfails: the input file does not exist or is not v
Replies: 5
Views: 3466

works in standalone 8.2 but fails in eclipse

Was able to generate documentation using 8.2 standalone, but still fails in eclipse plugin.

P.S. works too using xqdoc separately.

Hope this helps,
Radu
by Radu3000
Fri Oct 12, 2007 8:28 pm
Forum: Common Problems
Topic: Generate Docfails: the input file does not exist or is not v
Replies: 5
Views: 3466

Generate Docfails: the input file does not exist or is not v

Version 8.2 Got an xquery file - somewhat complex - imports a couple mudules. Steps to reproduce: 1. Select xq file 2. Go to menu: XQuery | Generate Documentation 3. Re-select the xq file (reduntant step) 4. Generate Documentation. Get a error dialog saying: The input file does not exist or is not v...
by Radu3000
Mon Aug 06, 2007 6:26 pm
Forum: Feature Request
Topic: How to associate XML documents with declared external vars?
Replies: 4
Views: 4908

Never mind good old:

Code: Select all

declare variable  $legalcodes as document-node() := doc("../xml/legalcodes.xml");

works just fine.

Thanks again,
Radu.
by Radu3000
Mon Aug 06, 2007 6:17 pm
Forum: Feature Request
Topic: How to associate XML documents with declared external vars?
Replies: 4
Views: 4908

Dan, Thanks for your reply. It makes sense. I still have a question - how do I configure the oxygen scenario to point the variable $legalcodesString to an xml file? I have tried adding a parameter as: $legalcodesString = ${cfd}/../xml/legalcodes.xml and still get the error: No value supplied for req...
by Radu3000
Mon Jul 30, 2007 6:22 pm
Forum: Feature Request
Topic: How to associate XML documents with declared external vars?
Replies: 4
Views: 4908

How to associate XML documents with declared external vars?

I have the following fragment in my xquery file:

declare variable $legalcodes as document-node() external;

What do I do in Oxygen xml editor to configure this external variable to point to an xml file?

Thanks,
Radu Marian