Search found 2855 matches

by adrian
Thu Feb 03, 2011 5:25 pm
Forum: Feature Request
Topic: Bookmark XPaths
Replies: 3
Views: 1839

Re: Bookmark XPaths

I've added a feature request to our issue tracking tool and if found appropriate, it will be analyzed and implemented in a future version of Oxygen.

Regards,
Adrian
by adrian
Wed Feb 02, 2011 5:22 pm
Forum: Feature Request
Topic: Bookmark XPaths
Replies: 3
Views: 1839

Re: Bookmark XPaths

Hello, The XPath Builder view already has a history list which is persistent between sessions. This list already keeps the recently used XPath expressions at the top while the old ones slowly get to the bottom and are eventually dropped. Do you need more than this behavior? Would you like to "p...
by adrian
Tue Feb 01, 2011 6:34 pm
Forum: Common Problems
Topic: Errors generating schema documentation
Replies: 2
Views: 1342

Re: Errors generating schema documentation

Hello,

This problem could appear if you have changed the option DTD validation of the source to On(default is Off) in: Options -> Preferences -> XML -> XSLT-FO-XQuery -> XSLT -> Saxon -> Saxon-HE/PE/EE

Try to set this option and check if the problem reproduces.

Regards,
Adrian
by adrian
Tue Feb 01, 2011 6:15 pm
Forum: Common Problems
Topic: Memory problems with 12.1
Replies: 8
Views: 3491

Re: Memory problems with 12.1

Hello, We've discussed this over email but I'm posting this here in case other people encounter such problems(numerous crashes with out-of-memory errors). Check if the BIDI(bidirectional) editing mode(allows right-to-left writing) is triggered for your XML files. Go to main menu: Window -> Show View...
by adrian
Fri Jan 28, 2011 1:38 pm
Forum: XSLT and FOP
Topic: Make Parents null if child is null
Replies: 1
Views: 1013

Re: Make Parents null if child is null

Hello, Could you give a small example of the XML file you have? In theory you could test if the child exists with an XPath: e.g. In the context of the parent <xsl:template match="parent"> ... <xsl:if test="child"> [create element] </xsl:if> ... </xsl:template> Regards, Adrian
by adrian
Fri Jan 28, 2011 1:16 pm
Forum: Other Issues
Topic: Is transforming an XML snippet supported?
Replies: 2
Views: 1182

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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...