Search found 26 matches

by abcoates
Sat Aug 09, 2008 7:28 pm
Forum: Other Issues
Topic: Running XQueries on MarkLogic from oXygen
Replies: 1
Views: 2554

Running XQueries on MarkLogic from oXygen

I'm trying to understand how I can run an XQuery within a MarkLogic database, but launched from within oXygen. What is the right way to do that? I see that an XQuery can be run in MarkLogic using the debugger, but what do you do if you don't need debugging, you just want to run it? It wasn't obvious...
by abcoates
Sat Aug 09, 2008 7:23 pm
Forum: Common Problems
Topic: How to debug connection to MarkLogic database?
Replies: 2
Views: 2242

Re: How to debug connection to MarkLogic database?

Stupid me, I had mistyped my password in the database connection properties. Still, some extra help for debugging database connection issues would be helpful.

Cheers, Tony.
by abcoates
Fri Aug 08, 2008 9:46 pm
Forum: Common Problems
Topic: How to debug connection to MarkLogic database?
Replies: 2
Views: 2242

How to debug connection to MarkLogic database?

I'm trying to make a DB connection from oXygen 9.3 to a MarkLogic XML database. I've used telnet to confirm that I can make a network connection to the XDBC port. However, when I try to connect from oXygen, I get ERROR: "Error: 404 Not Found for: " I'm presuming that there is some problem ...
by abcoates
Tue Jan 15, 2008 1:47 pm
Forum: Common Problems
Topic: XSLT 2.0 validation failure under oXygen 9.1
Replies: 13
Views: 7947

OK, I fixed the problem by completely uninstalling oXygen 9.1 and re-installing it. I did notice that my old installation had both Saxon 8 and Saxon 9 JAR files, the new installation only has Saxon 9 JAR files, so either it was an upgrade issue, or at some time in the past I copied the wrong version...
by abcoates
Tue Jan 15, 2008 1:19 pm
Forum: Common Problems
Topic: XSLT 2.0 validation failure under oXygen 9.1
Replies: 13
Views: 7947

The version is <oXygen/> XML Editor 9.1, build 2007122116 (I copied and pasted that from the "About" dialog). The version of the Saxon JAR files that I last copied into the oXygen "lib" directory is Saxon-SA 9.0.0.2; they are the same ones that you distributed, aren't they? Cheer...
by abcoates
Tue Jan 15, 2008 12:36 pm
Forum: Common Problems
Topic: XSLT 2.0 validation failure under oXygen 9.1
Replies: 13
Views: 7947

Saxon Version Doesn't Match?

In the "Components" tab of the "About" dialog box, my installation of oXygen says Saxon9SA | 8.9.0.4 which seems different from the 9.0.0.2 that you mentioned. Is it possible that I have a setting that wasn't upgraded properly from an earlier version of oXygen? I will put my exam...
by abcoates
Mon Jan 14, 2008 8:04 pm
Forum: Common Problems
Topic: XSLT 2.0 validation failure under oXygen 9.1
Replies: 13
Views: 7947

Latest version didn't help

I tried installing the latest version of oXygen, but that didn't help. Can you tell me which version of Saxon 9 is supplied with the latest version of oXygen? I tried overwriting the supplied versions with the JARs from Saxon-SA 9.0.0.1 and 9.0.0.2, but that didn't help.

Cheers, Tony.
by abcoates
Mon Jan 14, 2008 5:51 pm
Forum: Common Problems
Topic: XSLT 2.0 validation failure under oXygen 9.1
Replies: 13
Views: 7947

XSLT Examples

Here is an XSLT 1.0 example which validates correctly: ---- <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:variable name="myvariable"/> <xsl:template match="/"> <d...
by abcoates
Mon Jan 14, 2008 1:57 pm
Forum: Common Problems
Topic: XSLT 2.0 validation failure under oXygen 9.1
Replies: 13
Views: 7947

Schmatron is affected too

This problem is affecting Schematron too. When I tried to validate some XML files against a Schematron schema, the following error was logged (many times): SystemID: C:\sch\sap.sch Description: net.sf.saxon.expr.Expression.simplify(Lnet/sf/saxon/expr/StaticContext;)Lnet/sf/saxon/expr/Expression; Che...
by abcoates
Mon Jan 14, 2008 1:48 pm
Forum: Common Problems
Topic: XSLT 2.0 validation failure under oXygen 9.1
Replies: 13
Views: 7947

XSLT 2.0 validation failure under oXygen 9.1

My XSLT 2.0 stylesheets (but not 1.0) are failing to validate under oXygen XML Editor 9.1, build 2007121417 (Windows XP, JDK 1.6.0_03-b05). When I try to validate an XSLT 2.0 stylesheet, I get an error like: SystemID: C:\xslt\build-examples.xsl Description: net.sf.saxon.expr.Expression.simplify(Lnet...
by abcoates
Sat Oct 27, 2007 1:56 pm
Forum: Common Problems
Topic: Hidden folders includes in searches of "project files&q
Replies: 0
Views: 3999

Hidden folders includes in searches of "project files&q

I am using oXygen 8.2, and have a project which contains a link to an external folder. The external folder link has a filter which excludes (hides) one of its sub-directories. However, when I do searches on project files, results for files in the exluded sub-directory are shown. I hid the sub-direct...
by abcoates
Wed Feb 28, 2007 8:52 pm
Forum: Other Issues
Topic: How to set an XQuery parameter in a transformation scenario?
Replies: 1
Views: 6878

Oops, sorry, it was indeed just a case typo ("PathtoSchema" instead of "PathToSchema"). It's fine.

Cheers, Tony.
by abcoates
Wed Feb 28, 2007 8:50 pm
Forum: Other Issues
Topic: How to set an XQuery parameter in a transformation scenario?
Replies: 1
Views: 6878

How to set an XQuery parameter in a transformation scenario?

I'm trying to set a parameter in an XQuery transformation scenario. My XQuery looks like ... declare default function namespace "http://xml.mileywatts.com/ns/2007/iso20022/transform/xquery"; ... declare variable $PathToSchema external; ... and in the transformation scenario I create a para...
by abcoates
Mon Jul 24, 2006 6:26 pm
Forum: Common Problems
Topic: Can't close validation dialog box sometimes
Replies: 9
Views: 8838

Thanks for chasing that up! Cheers, Tony.
by abcoates
Tue Jul 18, 2006 5:29 pm
Forum: Other Issues
Topic: Memory leak when validating files
Replies: 5
Views: 8612

Memory leak when validating files

I have a project with about 200 XML files and 100 Schemas. I have to repeatedly validate them all, dozens and dozens of times. What I find, during the course of a day, is that oXygen starts to get slower after a while, and then runs out of memory shortly afterwards. I assume there is some memory lea...
by abcoates
Thu Jul 13, 2006 12:35 pm
Forum: Feature Request
Topic: How about an option to hide diagrams when opening schemas?
Replies: 7
Views: 9480

Hey, great, I hadn't realised the diagrams were editable! In that case, could you consider adding support for (optionally) displaying/editing the documentation text in the diagram? It's actually a bit of a quality-control nightmare if the GUI encourages you to create new items without documenting th...
by abcoates
Tue Jul 11, 2006 4:32 pm
Forum: Common Problems
Topic: Can't close validation dialog box sometimes
Replies: 9
Views: 8838

Yes, it works as it should with JRE 1.4.2_11-b06. Cheers, Tony.
by abcoates
Mon Jul 10, 2006 10:46 am
Forum: Common Problems
Topic: Can't close validation dialog box sometimes
Replies: 9
Views: 8838

I'm using GNOME, not KDE. I am using Java 1.5.0_06. Cheers, Tony.
by abcoates
Fri Jul 07, 2006 6:58 pm
Forum: Common Problems
Topic: Can't close validation dialog box sometimes
Replies: 9
Views: 8838

Here's another version of it. This time, the "Success" dialog appeared OK while in the background, but there was a blank "Validation" dialog behind it which couldn't be closed.

Cheers, Tony.
by abcoates
Fri Jul 07, 2006 4:49 pm
Forum: Common Problems
Topic: Can't close validation dialog box sometimes
Replies: 9
Views: 8838

I've mis-described this a bit. After the validations finish, the validation dialog goes away and the "Success" dialog appears. If oXygen is in the background when the "Success" dialog appears, the dialog isn't rendered, there is just a blank frame.

Cheers, Tony.
by abcoates
Fri Jul 07, 2006 4:41 pm
Forum: Common Problems
Topic: Can't close validation dialog box sometimes
Replies: 9
Views: 8838

Can't close validation dialog box sometimes

This is running oXygen 7.2 under SUSE Linux 10. I seem to have found an issue when validating a group of files from a project. The validation dialog box comes up, and it's all fine if I sit and watch it. However, if I work on something else while oXygen is validating, so that oXygen is in the backgr...
by abcoates
Fri Jul 07, 2006 4:21 pm
Forum: Feature Request
Topic: How about an option to hide diagrams when opening schemas?
Replies: 7
Views: 9480

How about an option to hide diagrams when opening schemas?

I don't really use the schema diagrams much (since they aren't directly editable), but I like the "Schema Components" pane to help me navigate around my Schemas. Since the two features are linked, every time I open a Schema, I have to hide the diagram. Could you add an option that hides th...
by abcoates
Fri Jul 07, 2006 4:17 pm
Forum: Feature Request
Topic: Checking for unused includes
Replies: 0
Views: 6830

Checking for unused includes

I'm working on a big project at the moment refactoring over 100 Schemas for a client. oXygen 7.2 has been fantastic; I'm thrilled that you have added the kind of refactoring functionality for W3C XML Schemas that Java developers, etc., get with their GUIs. One thing my Java IDE does is check the Jav...
by abcoates
Wed Jul 05, 2006 10:59 am
Forum: Feature Request
Topic: Don't import '.svn' folder into projects (by default)
Replies: 3
Views: 7612

That will do as an interim solution. I actually like "Import" because it lets me remove any arbitrary files that I decided to exclude from the project, without needing to set up complex filtering. Thanks,

Cheers, Tony.
by abcoates
Mon Jul 03, 2006 11:01 am
Forum: Feature Request
Topic: Don't import '.svn' folder into projects (by default)
Replies: 3
Views: 7612

Don't import '.svn' folder into projects (by default)

Running oXygen 7.2 under Linux, when I import a directory tree into a project, oXygen imports the '.svn' subdirectories as well. This means that when I go to validate the imported directory, oXygen throws up lots of complaints about the files in the '.svn' directories. It would be better if oXygen d...
by abcoates
Fri Mar 24, 2006 7:52 am
Forum: XML Schemas
Topic: How to correctly import XML namespace
Replies: 1
Views: 9384

How to correctly import XML namespace

I couldn't find an earlier post addressing this question. How does oXygen expect the XML namespace to be imported in XML Schemas that use xml:lang, xml:space, etc? I tried <xs:import namespace="http://www.w3.org/XML/1998/namespace"/> which works in some tools, but oXygen seems to require <...