Search found 2850 matches

by adrian
Wed Mar 10, 2010 5:40 pm
Forum: Other Issues
Topic: tab key override
Replies: 5
Views: 2794

Re: tab key override

Hi,

We have resolved this in 11.2(coming soon).

Let us know if you need an 11.2 Release Candidate.

Regards,
Adrian
by adrian
Wed Mar 10, 2010 5:11 pm
Forum: Common Problems
Topic: Tab Indent and Detect indent on open
Replies: 1
Views: 2745

Re: Tab Indent and Detect indent on open

Hello, Thank you for reporting this. This is indeed a bug in the Oxygen Eclipse plugin. The standalone version of Oxygen does work as expected(new files are indented with tabs). I'm adding this to our bug tracking tool and we will resolve it in a future version of Oxygen. Meanwhile, one workaround i...
by adrian
Tue Mar 09, 2010 11:41 am
Forum: Common Problems
Topic: Search/Replace Bug and generell problem with regex matching
Replies: 2
Views: 1687

Re: Search/Replace Bug and generell problem with regex matching

Hello,

We have fixed the 'Replace all' with XML search options problem in 11.2(which will be released soon).

Thank you for reporting it.

Regards,
Adrian
by adrian
Mon Mar 08, 2010 4:56 pm
Forum: XML Schemas
Topic: Cannot validate against schema
Replies: 3
Views: 3802

Re: Cannot validate against schema

PS:
I also see that '\@' isn't liked by Saxon and since the escaping seems redundant you can simply use '@'.
by adrian
Mon Mar 08, 2010 4:50 pm
Forum: XML Schemas
Topic: Cannot validate against schema
Replies: 3
Views: 3802

Re: Cannot validate against schema

Hello,

Neither Xerces nor Saxon seem to accept the pattern.
You just have to escape the '-' character so it's no longer confused with a character range.

Code: Select all

^\w+[\w\-\.]*
instead of

Code: Select all

^\w+[\w-\.]*
Let me know if you need further help.

Regards,
Adrian
by adrian
Mon Mar 08, 2010 1:55 pm
Forum: Other Issues
Topic: Set oXygen's Diff programs as default for command line?
Replies: 1
Views: 1472

Re: Set oXygen's Diff programs as default for command line?

Hello, In Mac OS X you can launch the diff tools from the command line by using: sh diffDirsMac.sh <pathToLeftDir> <pathToRightDir> sh diffFilesMac.sh <pathToLeftFile> <pathToRightFile> I'm not sure I understand exactly what you mean by "set as the default". Can you please elaborate? Do no...
by adrian
Fri Mar 05, 2010 1:07 pm
Forum: Feature Request
Topic: xml commons resolver
Replies: 3
Views: 2904

Re: xml commons resolver

Hi,

We will consider putting the patches in a separate jar.
Some of these patches are critical to the Oxygen functionality so that's why they are built-in.

Regards,
Adrian
by adrian
Fri Mar 05, 2010 12:48 pm
Forum: Other Issues
Topic: tab key override
Replies: 5
Views: 2794

Re: tab key override

Hello again, Unfortunately this isn't currently possible in v11.1. Even if the TAB key is assigned to a custom action(by editing the framework file), the hard-coded TAB navigation will still be performed instead of the action. We are trying to make modifications to fix this in the 11.2 release(two w...
by adrian
Thu Mar 04, 2010 5:09 pm
Forum: Other Issues
Topic: tab key override
Replies: 5
Views: 2794

Re: tab key override

Hi,

Since TAB can't be assigned as a shortcut key to an action this is a bit trickier than overriding ENTER(http://www.oxygenxml.com/forum/topic4962.html).
I'm going to have to come back to you on this one. I'll check if this is possible and see what we can come up with.

Regards,
Adrian
by adrian
Wed Mar 03, 2010 3:56 pm
Forum: Other Issues
Topic: XPath error with namespaces
Replies: 1
Views: 3818

Re: XPath error with namespaces

Hi, You have to specify the namespace, not the prefix. For example: /GPO/Computer/ExtensionData/Extension/*:MsiApplication[namespace-uri()='http://www.microsoft.com/GroupPolicy/Settings/SoftwareInstallation'] or /GPO/Computer/ExtensionData/Extension/*[namespace-uri()='http://www.microsoft.com/GroupP...
by adrian
Wed Mar 03, 2010 3:30 pm
Forum: Common Problems
Topic: Find & Replace with XPath
Replies: 17
Views: 10757

Re: Find & Replace with XPath

We already have this feature request on our issue tracking tool and it will be implemented in a future version of Oxygen.

Regards,
Adrian
by adrian
Wed Mar 03, 2010 1:51 pm
Forum: Common Problems
Topic: Find & Replace with XPath
Replies: 17
Views: 10757

Re: Find & Replace with XPath

Hi,

XPath in the Find/Replace dialog is only available in Text mode if the document is XML well-formed. You can check the latter with Document -> Validate -> Check Document Form(Ctrl + Shift + W).

Regards,
Adrian
by adrian
Wed Mar 03, 2010 12:37 pm
Forum: Other Issues
Topic: up and down arrows behavior same as Word
Replies: 1
Views: 1441

Re: up and down arrows behavior same as Word

Hello,

There is an option that enables the wanted behaviour. You can find it in Options -> Preferences -> Editor -> Pages -> Author, Navigation(subsection), Quick up/down navigation.

Regards,
Adrian
by adrian
Wed Mar 03, 2010 12:27 pm
Forum: Feature Request
Topic: xml commons resolver
Replies: 3
Views: 2904

Re: xml commons resolver

Hi, Oxygen does indeed patch org.apache.xml.resolver.Catalog for a few fixes and optimizations. But Catalog.catalogEntries is still there, it's of a different type but it extends a Vector(the original type): protected AccessibleVector catalogEntries = new AccessibleVector(); private static class Acc...
by adrian
Tue Mar 02, 2010 12:14 pm
Forum: Feature Request
Topic: xquery editor xquery version support
Replies: 4
Views: 2893

Re: xquery editor xquery version support

Hi, You can either apply a transformation scenario to a folder or associate it to the folder for future transformations. Just right click on a folder in Project view, Configure Transformation Scenario, select a scenario and press OK. Be aware that the scenario will be associated with all files insid...
by adrian
Mon Mar 01, 2010 6:57 pm
Forum: Feature Request
Topic: xquery editor xquery version support
Replies: 4
Views: 2893

Re: xquery editor xquery version support

Hello, "1.0-ml" is the XQuery syntax used by MarkLogic for which Oxygen offers content completion but no validation. As far as I know the MarkLogic XCC API which is used in Oxygen still doesn't offer validation support. When the API will have validation, we will add support for it in Oxyge...
by adrian
Thu Feb 25, 2010 11:21 am
Forum: Common Problems
Topic: Plugin Limbo
Replies: 2
Views: 2643

Re: Plugin Limbo

Hello, So then I uninstalled Eclipse and reinstalled it. Then tried to install Oxygen again from Eclipse, but got this error: Cannot complete the request. See the error log for details. "oXygen XML Editor and XSLT Debugger" will be ignored because it is already installed. Did you remove th...
by adrian
Tue Feb 23, 2010 5:41 pm
Forum: Other Issues
Topic: oxygen dtd validation error
Replies: 4
Views: 2720

Re: oxygen dtd validation error

Hi, Unfortunately that's not possible, but like I said before, if you create a LIBXML custom validation scenario and associate it with all the child files(in the Project view) then the "Validate as you type" feature will be disabled and no more errors will be reported unless you explicitly...
by adrian
Tue Feb 23, 2010 12:33 pm
Forum: Other Issues
Topic: oxygen dtd validation error
Replies: 4
Views: 2720

Re: oxygen dtd validation error

Hello, You can validate the child documents in the context of the parent document if you create a custom validation scenario (Document Validate -> Configure Validation Scenario) in which you specify the main document(New -> Add -> Browse for the main document) and select the LIBXML processor. Afterw...
by adrian
Fri Feb 19, 2010 5:54 pm
Forum: XSLT and FOP
Topic: Unwanted text in XSL output
Replies: 4
Views: 2586

Re: Unwanted text in XSL output

Hello, What you are experiencing is the cause of one of the built-in template rules: http://www.w3.org/TR/xslt20/#built-in-rule The built in rule that's bothering you is: <xsl:template match="text()|@*" mode="#all"> <xsl:value-of select="string(.)"/> </xsl:template> To ...
by adrian
Fri Feb 19, 2010 4:08 pm
Forum: Common Problems
Topic: Search/Replace Bug and generell problem with regex matching
Replies: 2
Views: 1687

Re: Search/Replace Bug and generell problem with regex matching

Hi, The first problem is indeed a bug. The replace fails with an exception. I'm adding this to our bug tracking tool. In Oxygen 10.3 there were no XML search options, only 'Search also in tags' which is approximate to the options you were using. But the point is in 10.3 it's a completely different a...
by adrian
Fri Feb 19, 2010 3:10 pm
Forum: XSLT and FOP
Topic: Unwanted text in XSL output
Replies: 4
Views: 2586

Re: Unwanted text in XSL output

Hi,
The ftp needs authentication...
http://chalk.coas.unf.edu/ftp/ wrote:403 Forbidden
You don't have permission to access /ftp/ on this server.
Regards,
Adrian
by adrian
Tue Feb 16, 2010 6:03 pm
Forum: Feature Request
Topic: Please Persist Rearrangable Toolbar Setting
Replies: 4
Views: 3183

Re: Please Persist Rearrangable Toolbar Setting

Hi,

This has been fixed. Rearrangeable, Hidable and Floating are now persistent. The fix will be available in the next minor version of Oxygen, 11.2.

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

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

Hello,

This issue has been addressed and the fix will be available in 11.2(coming soon).

Regards,
Adrian
by adrian
Mon Feb 15, 2010 10:19 am
Forum: Common Problems
Topic: Schema Generation ?
Replies: 1
Views: 1259

Re: Schema Generation ?

Hello,

Oxygen supports both schema generation and schema conversion.
On an opened editor: Document -> Schema -> Generate/Convert Schema
Editor independent: Tools -> Generate/Convert Schema

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

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: 18046

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: 18046

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: 2629

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: 3729

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