Search found 2855 matches

by adrian
Fri Feb 12, 2010 10:49 am
Forum: Feature Request
Topic: Hint for Editor variables
Replies: 1
Views: 1890

Re: Hint for Editor variables

Hi,

Thank you for the feedback.

I have added this feature request to our issue tracking tool and we will implement it in a future version.

Regards,
Adrian
by adrian
Fri Feb 12, 2010 10:40 am
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18147

Re: Saxon SQL Extension

Hi,

For XSL over a RDMS I believe there aren't other alternatives in Oxygen.

Regards,
Adrian
by adrian
Thu Feb 11, 2010 1:29 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18147

Re: Saxon SQL Extension

Hello, Oxygen doesn't bundle the JAR that provides the Saxon SQL extension: saxon9-sql.jar But you can add it yourself to the <Oxygen-installation-folder>/lib folder and restart Oxygen. The jar is in the Saxon-B zip archive which can be found here ( Saxon-B -> Download for Java ): http://saxon.sourc...
by adrian
Wed Feb 10, 2010 4:18 pm
Forum: Other Issues
Topic: How to tag for mutliple outputs
Replies: 5
Views: 2638

Re: How to tag for mutliple outputs

Hi, The first thing I would like to point out is that role isn't the best choice for a profiling attribute. It can cause problems if you also use emphasis with role(e.g. <emphasis role="bold"> ) in your document. You can read more about it here: http://www.sagehill.net/docbookxsl/Profiling...
by adrian
Wed Feb 10, 2010 12:41 pm
Forum: Common Problems
Topic: Slow open XML document in Oxygen Eclipse plugin (Mac OS)
Replies: 8
Views: 3741

Re: Slow open XML document in Oxygen Eclipse plugin (Mac OS)

Hello,

There is indeed a problem in v11.1 when opening XML files that have no associated DTD or schema. I have added this to our bug tracking tool and we will resolve it as soon as possible.

Thank you for reporting the problem.
We will notify you on this thread when it is resolved.

Regards,
Adrian
by adrian
Wed Feb 10, 2010 11:15 am
Forum: Common Problems
Topic: XQuery imports using catalog
Replies: 3
Views: 1986

Re: XQuery imports using catalog

It's in the XQuery specification:
http://www.w3.org/TR/xquery/#doc-xquery-ModuleImport
It is a static error [err:XQST0047] if more than one module import in a Prolog specifies the same target namespace.
So just use different namespaces.

Regards,
Adrian
by adrian
Wed Feb 10, 2010 10:04 am
Forum: Common Problems
Topic: Bugs
Replies: 1
Views: 1378

Re: Bugs

Hi,

You can report bugs in several ways:
- from the site http://www.oxygenxml.com/techSupport.html
- directly from our bug tracking tool: http://issues.oxygenxml.com
- write to support@oxygenxml.com
- write on this forum

Regards,
Adrian
by adrian
Tue Feb 09, 2010 6:55 pm
Forum: Common Problems
Topic: Slow open XML document in Oxygen Eclipse plugin (Mac OS)
Replies: 8
Views: 3741

Re: Slow open XML document in Oxygen Eclipse plugin (Mac OS)

I'll investigate and let you know.

Regards,
Adrian
by adrian
Tue Feb 09, 2010 5:35 pm
Forum: Common Problems
Topic: Slow open XML document in Oxygen Eclipse plugin (Mac OS)
Replies: 8
Views: 3741

Re: Slow open XML document in Oxygen Eclipse plugin (Mac OS)

Please tell me the build ids for Eclipse(Help -> About) and Oxygen(Window -> Preferences -> oXygen).

Regards,
Adrian
by adrian
Tue Feb 09, 2010 4:45 pm
Forum: Common Problems
Topic: XQuery imports using catalog
Replies: 3
Views: 1986

Re: XQuery imports using catalog

Hello,

In catalog.xml you have to use uri instead of system:

Code: Select all

<uri name="customprotocol:///files/*/xqm/my.xqm"
uri="my/xqm/my.xqm"/>
Let me know if it still does not work.

Regards,
Adrian
by adrian
Tue Feb 09, 2010 12:45 pm
Forum: Common Problems
Topic: Slow open XML document in Oxygen Eclipse plugin (Mac OS)
Replies: 8
Views: 3741

Re: Slow open XML document in Oxygen Eclipse plugin (Mac OS)

Hi, Does it take this long every time you open an XML file? Or only the first time after starting Eclipse? The latter is normal because the Oxygen plugin will be initialized the first time it is used so it takes longer for the first XML file to be opened. All XML files that are opened afterwards sho...
by adrian
Tue Feb 09, 2010 12:39 pm
Forum: Feature Request
Topic: Find in files with normalized spaces
Replies: 7
Views: 5770

Re: Find in files with normalized spaces

Hello,

I have added your feature request to our issue tracking tool. We will implement it in a future version.

Regards,
Adrian
by adrian
Tue Feb 09, 2010 10:40 am
Forum: Other Issues
Topic: Find in Files iwth XPath
Replies: 6
Views: 5850

Re: Find in Files iwth XPath

Hello, First I would like to ask you to update Oxygen to the latest build(2010020412) which includes a few fixes regarding Find/Replace in Files . You can find it here: http://www.oxygenxml.com/download_oxygenxml_editor.html The XPath is used for determining the intervals to be searched from a docum...
by adrian
Mon Feb 08, 2010 4:19 pm
Forum: Other Issues
Topic: Adding Annotation to schema
Replies: 1
Views: 1207

Re: Adding Annotation to schema

Hello, That's fairly simple to do after opening a schema in Design mode. In the diagram right click on the component you want to annotate and choose Edit (submenu) -> Edit Annotations . After the annotation has been added(and is visible in the diagram) you can edit it by simply double clicking it in...
by adrian
Fri Feb 05, 2010 3:56 pm
Forum: Common Problems
Topic: Oxygen 10.3 runs out of memory
Replies: 6
Views: 5885

Re: Oxygen 10.3 runs out of memory

Hi, For the installation, if all else fails you can download and unpack the All platforms distribution(tar.gz): http://www.oxygenxml.com/software_archive.html Look for All (Linux, Unix,etc.) kit. It needs a JVM installed on the machine and you can launch it with the command line launcher: oxygen.bat...
by adrian
Fri Feb 05, 2010 3:37 pm
Forum: General XML Questions
Topic: XPATH question
Replies: 1
Views: 1783

Re: XPATH question

Hi, I believe you can't use a simple type name after 'instance of' only an atomic type or a kind test: http://www.w3.org/TR/xpath20/#id-instance-of By the way is your XML instance another schema in itself? If not, you might have a mistake here. I see you have another XML schema namespace declaration...
by adrian
Fri Feb 05, 2010 1:05 pm
Forum: Common Problems
Topic: Oxygen 10.3 runs out of memory
Replies: 6
Views: 5885

Re: Oxygen 10.3 runs out of memory

Hi, From your previous posts on the forum I understand you are running Oxygen in Windows XP. In this case edit the oxygen.vmoptions from the Oxygen installation folder and adjust the -Xmx parameter. If its value is lower than 512m increase it to -Xmx512m or even -Xmx640m . If it is -Xmx700m and you ...
by adrian
Thu Feb 04, 2010 11:32 am
Forum: General XML Questions
Topic: empty elements - add closing tag by default
Replies: 1
Views: 5369

Re: empty elements - add closing tag by default

Hi,

You can find the option you are looking for in Options -> Preferences -> Editor / Format / XML, Expand empty elements.

Please note that this option also applies to the Format and indent action in Text mode.

Let us know if you require further assistance.

Regards,
Adrian
by adrian
Wed Feb 03, 2010 11:06 am
Forum: Common Problems
Topic: Single quotes inserted around parameter value
Replies: 3
Views: 2445

Re: Single quotes inserted around parameter value

Hi, The single quotes you are seeing are not part of the value, it's just the way a string value is displayed in the table(between quotes). The problem is that the parameter should be a node-set but it is set by Oxygen as a string. This is actually a bug that we've been investigating. In your case, ...
by adrian
Wed Feb 03, 2010 10:21 am
Forum: General XML Questions
Topic: Automatically change the 2nd part of a tag
Replies: 3
Views: 2451

Re: Automatically change the 2nd part of a tag

'name' closes several other 'xName' tags. You mean you have an XML file that has tags like this <personName>content</name> ? But that's not even XML well-formed, shouldn't you correct those first? XPath and XML search options do not work on documents that are not XML well-formed so it's going to be...
by adrian
Tue Feb 02, 2010 12:50 pm
Forum: General XML Questions
Topic: Automatically change the 2nd part of a tag
Replies: 3
Views: 2451

Re: Automatically change the 2nd part of a tag

Hi, I'm assuming there is some content between the tags: <name type="place"> ...(content) </name> If there isn't you can simply use the Find/Replace in Files and replace one string with the other. If there is content between the tags and the name elements aren't nested (name inside another...
by adrian
Fri Jan 29, 2010 12:07 pm
Forum: General XML Questions
Topic: Search and copy XML files into a new directory
Replies: 8
Views: 5638

Re: Search and copy XML files into a new directory

Oxygen does use Saxon 6.5.5 for XSLT 1.0 and Saxon 9.2(Oxygen 11.1) for XSLT 2.0. But you do need a bit of XSLT knowledge to write the stylesheet to do this.

Regards,
Adrian
by adrian
Thu Jan 28, 2010 6:41 pm
Forum: Other Issues
Topic: [Oxygen 11.1]Transformer not found (but present...)
Replies: 9
Views: 4060

Re: [Oxygen 11.1]Transformer not found (but present...)

If you absolutely need Saxon 9.1 for debugging then that is the only solution.

Regards,
Adrian
by adrian
Thu Jan 28, 2010 6:26 pm
Forum: Other Issues
Topic: [Oxygen 11.1]Transformer not found (but present...)
Replies: 9
Views: 4060

Re: [Oxygen 11.1]Transformer not found (but present...)

Hi, For debugging XSLT you can only use the built-in Xalan, Saxon 6.5.5 and Saxon-HE/PE/EE 9.2 engines for which Oxygen has customizations to support debugging. You can see all the engines available to the debugger in the Debugger engine toolbar in the XSLT Debugger perspective . It just occurred to...
by adrian
Thu Jan 28, 2010 5:22 pm
Forum: Other Issues
Topic: [Oxygen 11.1]Transformer not found (but present...)
Replies: 9
Views: 4060

Re: [Oxygen 11.1]Transformer not found (but present...)

You can create the transformation scenario with the XSL processor that you want. But instead of Apply Transformation Scenario you can use Debug Scenario (Menu: Document -> Transformation) which will automatically switch to the XSLT Debugger Perspective and select the appropriate XML, XSL and process...
by adrian
Thu Jan 28, 2010 3:16 pm
Forum: Other Issues
Topic: [Oxygen 11.1]Transformer not found (but present...)
Replies: 9
Views: 4060

Re: [Oxygen 11.1]Transformer not found (but present...)

But I notice, this problem came with a recent Oxygen update, I did not have any problem with Oxygen 11.1 build 2009121712. Maybe it only became apparent with the latest build. I believe the last version of Oxygen to have 'saxon9.jar' was 9.3 which only had Saxon B. In 10.0 it was switched to Saxon-...
by adrian
Thu Jan 28, 2010 10:49 am
Forum: Other Issues
Topic: [Oxygen 11.1]Transformer not found (but present...)
Replies: 9
Views: 4060

Re: [Oxygen 11.1]Transformer not found (but present...)

Hello, The saxon9.jar is not included in the Oxygen 11.1 kit. You probably have it from an older Oxygen installation or maybe you have added it yourself. Just delete 'saxon9.jar' from the <Oxygen-installation-directory>/lib and it should work. If you don't have a customized framework for Oxygen and ...
by adrian
Tue Jan 26, 2010 4:27 pm
Forum: Feature Request
Topic: Remote XPath queries don't need a local XML document
Replies: 1
Views: 1433

Re: Remote XPath queries don't need a local XML document

Hello, It is disabled mostly because it was designed to execute the expression in the context of the current document. Try to execute an XPath with '.'(dot) and it will return the node at the caret. Also note the XPath update on caret mode button to the right of the combo. And then there's the XPath...
by adrian
Mon Jan 25, 2010 5:53 pm
Forum: Feature Request
Topic: Improvements to Data Sources interface
Replies: 11
Views: 6034

Re: Improvements to Data Sources interface

Hello,

We'll see what we can do. Needs a bit of redesign to allow that without breaking connections or opened resources from the database, etc.

I've added all your requests to our issue tracking tool.

Regards,
Adrian
by adrian
Mon Jan 25, 2010 5:46 pm
Forum: Feature Request
Topic: Allow Database Explorer connections to be moved up & down
Replies: 3
Views: 2544

Re: Allow Database Explorer connections to be moved up & down

Hello,

I've added your request to our issue tracking tool and we'll implement it in a future version.

Thank you for the feedback.

Regards,
Adrian