Search found 2850 matches

by adrian
Fri Jan 28, 2011 1:16 pm
Forum: Other Issues
Topic: Is transforming an XML snippet supported?
Replies: 2
Views: 1179

Re: Is transforming an XML snippet supported?

Hello, Unfortunately this selected snippet transformation behavior isn't supported by Oxygen. Oxygen only performs XSLT/XQuery transformation at file/resource(URL) level. I believe an Oxygen extension/plugin that does this could be implemented, but this requires some Java development knowledge. I do...
by adrian
Wed Jan 26, 2011 6:45 pm
Forum: Common Problems
Topic: search and replace background color in 12.1 on OSX
Replies: 3
Views: 1783

Re: search and replace background color in 12.1 on OSX

Hello, This problem has been resolved in the latest build of Oxygen 12.1, 2011012011. You can download it from our web site: http://www.oxygenxml.com/download_oxygenxml_editor.html The list of bug-fixes for this build can be found here: http://www.oxygenxml.com/build_history.html#2011012011 > The te...
by adrian
Wed Jan 26, 2011 6:36 pm
Forum: General XML Questions
Topic: match data to schema
Replies: 11
Views: 6664

Re: match data to schema

Hello, The simplest way to create a skeleton document is to generate a sample XML file from the supplied XML schema(Tools -> Generate Sample XML Files). Browse for the schema and pick the proper root element. If you don't know what root element to pick, you should first open the XML schema to get so...
by adrian
Wed Jan 26, 2011 3:51 pm
Forum: XSLT and FOP
Topic: Debugging LIBXSLT
Replies: 3
Views: 2426

Re: Debugging LIBXSLT

The stack size adjustments I mentioned were only necessary for Saxon. 1. You are saying that libxslt cannot be used within the debugger? Is that correct? 1. Yes, that's correct. The Oxygen XSLT debugger supports only the mentioned engines. Note that Oxygen still supports other(external) processors f...
by adrian
Wed Jan 26, 2011 3:13 pm
Forum: XSLT and FOP
Topic: Debugging LIBXSLT
Replies: 3
Views: 2426

Re: Debugging LIBXSLT

Hello, Currently(v12.1) the Oxygen XSLT Debugger supports only the built-in Saxon(6.5.5, 9.x) and Xalan processors. The error you are receiving("A potential infinite template recursion was detected.") could be caused by either: - the maximum depth in templates stack of the debugger Go to O...
by adrian
Tue Jan 25, 2011 5:05 pm
Forum: Feature Request
Topic: Reload settings file
Replies: 2
Views: 2496

Re: Reload settings file

Hello, Oxygen only loads the global options file(oxyAuthorOptionsSa12.1.xml) at startup. However, you can manually import the options file during an Oxygen session: Options -> Import Global Options. Project level options(from the .xpr) override the global options(oxyAuthorOptionsSa12.1.xml). This me...
by adrian
Fri Jan 14, 2011 9:01 pm
Forum: Common Problems
Topic: Max OSX unable to connect to MySql DB
Replies: 1
Views: 1091

Re: Max OSX unable to connect to MySql DB

Hello, You'll need a JDBC driver for MySQL. You can find one here: http://www.mysql.com/downloads/connector/j/ Don't use the Oxygen built-in MySQL data source, it's outdated. Instead configure a new Data Source in Oxygen by using the new JDBC driver: http://www.oxygenxml.com/doc/ug-oxygen/tasks/conf...
by adrian
Wed Jan 12, 2011 8:05 pm
Forum: Common Problems
Topic: search and replace background color in 12.1 on OSX
Replies: 3
Views: 1783

Re: search and replace background color in 12.1 on OSX

Hello,

Could you please send us an email to our support email address(support@oxygenxml.com) with a short description of the problem and if possible also a screenshot that shows the problem?

Regards,
Adrian
by adrian
Wed Jan 12, 2011 8:01 pm
Forum: Common Problems
Topic: Problem connecting to proxy in Oxygen 9.1
Replies: 6
Views: 3635

Re: Problem connecting to proxy in Oxygen 9.1

If you want to get to the bottom of this then please send an email with a short description of the problem to our support email address: support@oxygenxml.com
In reply we will provide you with a file that enables Oxygen logging.

Regards,
Adrian
by adrian
Wed Jan 12, 2011 12:46 pm
Forum: Other Issues
Topic: "Generate Sample XML" add a namespace
Replies: 1
Views: 1155

Re: "Generate Sample XML" add a namespace

Hello, What settings are you using in the Namespaces section from the Generate Sample XML Files dialog? If you picked a namespace(e.g. my.namespace ) from the Default Namespace combo then in the generated sample you will find the default namespace declaration on the root(e.g. <root xmlns="my.na...
by adrian
Tue Jan 11, 2011 5:03 pm
Forum: Common Problems
Topic: Problem connecting to proxy in Oxygen 9.1
Replies: 6
Views: 3635

Re: Problem connecting to proxy in Oxygen 9.1

Hi Daniel, Unfortunately neither Oxygen, nor other applications can access the proxy authentication that IE stores. It seems the authentication information belongs to IE and it's not shared with other applications. Though I'm guessing Microsoft applications might have a way of accessing it(probably ...
by adrian
Fri Jan 07, 2011 12:52 pm
Forum: Other Issues
Topic: Transformation scenario not saved
Replies: 1
Views: 1523

Re: Transformation scenario not saved

Hello, If Document -> Transformation -> Apply Transformation Scenario is invoked without having an associated scenario for the current editor, the "Transform with" dialog is displayed which has no "Save and close" button. However, creating a new scenario and then pressing "T...
by adrian
Fri Dec 24, 2010 4:02 pm
Forum: General XML Questions
Topic: XQuery: saxon:evaluate with relative xpath
Replies: 2
Views: 2692

Re: XQuery: saxon:evaluate with relative xpath

Hello,

It works fine if you keep the XPaths relative in the paths.xml file:
Don't use "/author[1]", that's an absolute XPath, use "author[1]" instead.

Regards,
Adrian
by adrian
Fri Dec 24, 2010 3:24 pm
Forum: Feature Request
Topic: command line xpath
Replies: 5
Views: 2917

Re: command line xpath

Hello, We'll consider adding this feature in a future version of Oxygen, but like I said before this is not a common use case for Oxygen so it will have a low priority. This means it could take a while before it gets implemented. So the main point of this feature would be to implement the possibilit...
by adrian
Fri Dec 24, 2010 11:50 am
Forum: Common Problems
Topic: XQuery outlinr and input pans
Replies: 1
Views: 1117

Re: XQuery outlinr and input pans

Hello, The XQuery Outliner shows only the global structure(declarations) of the document: imports, namespaces, global variables, functions http://www.oxygenxml.com/img/XQueryOutlineView.png http://www.oxygenxml.com/xquery_editor.html Most of the XQuery samples in Oxygen have simple monolithic blocks...
by adrian
Wed Dec 22, 2010 5:58 pm
Forum: Feature Request
Topic: cheat sheets for code templates
Replies: 2
Views: 3643

Re: cheat sheets for code templates

Hello,

I'm afraid we don't have something like this on the site.
But I'll see if we can generate a code templates "cheat sheet" for you.

Regards,
Adrian
by adrian
Wed Dec 15, 2010 6:18 pm
Forum: General XML Questions
Topic: XPath2 and format-number() - "function ... not available wi
Replies: 5
Views: 3571

Re: XPath2 and format-number() - "function ... not available wi

Hello, "format-number()" shouldn't be shown in the XPath content completion list since it's an XSLT 2.0 function and not an XPath 2.0 function. So this is a mistake on our part for listing it there in the first place. I've added this to our issue tracking tool and we will address it in a f...
by adrian
Tue Dec 14, 2010 3:34 pm
Forum: Other Issues
Topic: Trouble configuring MathFlow to work with oXygen editor
Replies: 1
Views: 1427

Re: Trouble configuring MathFlow to work with oXygen editor

Hello, The only obvious thing to miss is restarting Oxygen. But I guess you eventually did that. Documentation on how to configure MathFlow in Oxygen can be found here: http://www.oxygenxml.com/doc/ug-oxygen/tasks/configure-mathflow-editor.html What version and build number of Oxygen are you using(c...
by adrian
Mon Dec 13, 2010 1:19 pm
Forum: Other Issues
Topic: Missing Information Views in Bottom XSLT Debugger Panes
Replies: 2
Views: 1078

Re: Missing Information Views in Bottom XSLT Debugger Panes

Hello, These views are usually visible by default or if you reset the XSLT Debugger perspective layout to its default(Window -> Reset Layout). You can also show these views from the main menu: Window -> Show View -> Breakpoints, Context, Trace (in the bottom half of the list). Regards, Adrian
by adrian
Thu Dec 09, 2010 4:51 pm
Forum: Other Issues
Topic: Support for EPS and TIFF?
Replies: 1
Views: 1515

Re: Support for EPS and TIFF?

Hello, If you want to have TIFF support in the Author mode you need to download and deploy JAI Image IO Tools for your platform: https://jai-imageio.dev.java.net/binary-builds.html The simplest way to do this is to install JAI it in its own separate location(e.g. C:\Program Files\Java\JAI) and then ...
by adrian
Thu Dec 09, 2010 4:31 pm
Forum: Common Problems
Topic: Eclipse plugin and XSLTProc
Replies: 3
Views: 1766

Re: Eclipse plugin and XSLTProc

Oxygen doesn't provide built-in support to use XSLTProc as a validator. Is that even possible? I don't see an XSLTProc command line argument for XSLT validation. However, if you do know what command line arguments to use for XSLTProc, you can set it up as a custom validation engine(Options -> Prefer...
by adrian
Wed Dec 08, 2010 6:53 pm
Forum: Other Issues
Topic: Importing external tools settings
Replies: 2
Views: 2231

Re: Importing external tools settings

Hello, The options are imported automatically from the previous found version. But if this fails for some reason you can manually import the options from the old version(Options -> Import Global Options). Depending on the platform the options folder is located as follows: - Windows XP - [user-home-f...
by adrian
Wed Dec 08, 2010 3:38 pm
Forum: Common Problems
Topic: Eclipse plugin and XSLTProc
Replies: 3
Views: 1766

Re: Eclipse plugin and XSLTProc

Hello, The needed files are mentioned in the user guide: http://www.oxygenxml.com/doc/ug-eclipse/topics/supported-XSLT-processors.html But XSLTProc should work out-of-the-box in Windows(the processor files are included in the plugin), Linux(if you have installed the xsltproc package) and Mac OS X (i...
by adrian
Wed Dec 08, 2010 12:04 pm
Forum: Other Issues
Topic: Autocomplete: possible to lengthen?
Replies: 1
Views: 1567

Re: Autocomplete: possible to lengthen?

Hello,

Unfortunately this isn't configurable.
I've added an improvement request for this and we'll analyze and implement it if it is found appropriate.

Regards,
Adrian
by adrian
Mon Dec 06, 2010 4:20 pm
Forum: Common Problems
Topic: Xquery and large files (>1gb); cmd line?
Replies: 3
Views: 3207

Re: Xquery and large files (>1gb); cmd line?

Hello, I'm afraid you won't be able to use the Saxon libraries(saxon9ee.jar) from Oxygen in the command line. These are only licensed to be used inside Oxygen. Also, opening a 1-2GB file in Oxygen would most certainly result in an out-of-memory error. If you have a 64-bit OS and a lot of memory(>=4G...
by adrian
Mon Dec 06, 2010 3:20 pm
Forum: Common Problems
Topic: Outline background color in OSX
Replies: 3
Views: 2599

Re: Outline background color in OSX

Hello, I'm afraid it's still not possible to customize the Outliner background color. I've added this to our issue tracking tool and we will investigate and provide the means to do this in a future version of Oxygen. In Windows this can be worked around with a high contrast Windows theme that trigge...
by adrian
Fri Dec 03, 2010 5:50 pm
Forum: General XML Questions
Topic: How to emulate oXygen's relative fileref
Replies: 1
Views: 1630

Re: How to emulate oXygen's relative fileref

I don't understand the context where you want to replicate this behavior?
Can you elaborate?

Regards,
Adrian
by adrian
Thu Dec 02, 2010 5:37 pm
Forum: Other Issues
Topic: Oxygen crashes with XP
Replies: 3
Views: 1937

Re: Oxygen crashes with XP

The few crash reports we have received so far are all for Windows XP, but I guess this could also happen in Windows Vista or 7.

Either way, the workaround is the same, disable the "Automatically refresh the working copy" option.

Regards,
Adrian
by adrian
Tue Nov 30, 2010 7:04 pm
Forum: Other Issues
Topic: Oxygen crashes with XP
Replies: 3
Views: 1937

Re: Oxygen crashes with XP

Hello, We are aware of this potential problem and are currently investigating a fix. The culprit is the 'folder monitoring'/'automatic refreshing' feature of the SVN client. To prevent this from happening until a fix is available you need to go to Options -> Preferences -> SVN -> Working Copy and di...
by adrian
Tue Nov 30, 2010 2:02 pm
Forum: Common Problems
Topic: Weird error with p:http-request (XProc)
Replies: 1
Views: 1880

Re: Weird error with p:http-request (XProc)

Hi, I see you've got your answer on the xproc-dev discussion list. I hope you don't mind if I post a link here to that discussion. For future reference, if anyone else stumbles upon this, the discussion can be found here: http://lists.w3.org/Archives/Public/xproc-dev/2010Nov/0094.html Regards, Adrian