Search found 2855 matches

by adrian
Mon Jan 25, 2010 1:39 pm
Forum: Other Issues
Topic: Author mode - css behaviour in 11.1
Replies: 6
Views: 4195

Re: Author mode - css behaviour in 11.1

Hi,

11.1 has just been released in December 2009 so we're talking about a few months until 11.2 is released.

Regards,
Adrian
by adrian
Fri Jan 22, 2010 3:57 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

They are not backed up to a different directory, they are placed in the same directory as the modified file, they are just appended that custom extension(default is bak). You could probably do this in ANT but you have to do a little research. Here's a starting point: http://mail-archives.apache.org/...
by adrian
Fri Jan 22, 2010 12:28 pm
Forum: Common Problems
Topic: could not initialize JVM
Replies: 8
Views: 6680

Re: could not initialize JVM

Hi, Try the memory workaround( oxygen.vmoptions ). I know it doesn't seem to make any sense but it's not as simple as just having enough memory installed. The JVM has to be able to allocate that memory and for some reason I think it believes it can't. The only other argument there that could cause t...
by adrian
Fri Jan 22, 2010 12:09 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

Hi, The 'Find/Replace in Files' from Oxygen, as the name implies, only does find and replace. The only copying is done to backup the old files(with a custom file extension) during replace but I don't think that would be very useful. So the answer is no, there isn't a way to do this automatically. Re...
by adrian
Fri Jan 22, 2010 11:39 am
Forum: Feature Request
Topic: Prompt for XSLT file
Replies: 5
Views: 3203

Re: Prompt for XSLT file

Here's a batch for Saxon 9: @echo off set OXYGEN_JAVA=java.exe if exist "%JAVA_HOME%\bin\java.exe" set OXYGEN_JAVA="%JAVA_HOME%\bin\java.exe" if exist "%~dp0\jre\bin\java.exe" set OXYGEN_JAVA="%~dp0\jre\bin\java.exe" %OXYGEN_JAVA% -Xmx256m -cp "lib\saxon9...
by adrian
Thu Jan 21, 2010 6:10 pm
Forum: Feature Request
Topic: Prompt for XSLT file
Replies: 5
Views: 3203

Re: Prompt for XSLT file

Hi, I understand that creating a scenario seems pointless when you only want to execute a transformation once but the transformations support wasn't designed to be used on the fly. Most users have a few files that they modify and transform repeatedly so scenarios make sense for most of them. I will ...
by adrian
Thu Jan 21, 2010 5:28 pm
Forum: Common Problems
Topic: could not initialize JVM
Replies: 8
Views: 6680

Re: could not initialize JVM

If you launched the oxygen.bat and it failed with the same error message then it is possible that the JVM bundled with Oxygen has been damaged in some way. You can avoid the bundled JVM if you rename or delete the jre directory from the Oxygen installation directory. If it still doesn't launch corre...
by adrian
Thu Jan 21, 2010 4:34 pm
Forum: Common Problems
Topic: could not initialize JVM
Replies: 8
Views: 6680

Re: could not initialize JVM

Hi, Could you please verify if the application works when run from the command line launcher ? The launcher is called oxygen.bat , you can find it the oxygen installation folder: C:\Program Files\Oxygen XML Editor 11 . You can also find a shortcut to the same launcher in the start menu: Oxygen XML E...
by adrian
Thu Jan 21, 2010 11:33 am
Forum: Other Issues
Topic: Transformation .pdf destination
Replies: 3
Views: 2038

Re: Transformation .pdf destination

Hello, What you see "locked" are the predefined scenarios which are indeed read-only and cannot be modified. It is not a license related issue. But, like you have discovered, you can duplicate them and change the output as needed. When I click on "Edit," I can create a duplicate ...
by adrian
Wed Jan 20, 2010 4:32 pm
Forum: Feature Request
Topic: Prompt for XSLT file
Replies: 5
Views: 3203

Re: Prompt for XSLT file

Hello, If you have one fixed XML file that you need to transform with several XSLT files, just create one scenario for an XSLT file(Scenario type: XSLT transformation), specify the fixed XML file URL and for the XSLT file leave it ${currentFileURL} . Add the XSLT files to the Oxygen project(in Proje...
by adrian
Wed Jan 20, 2010 3:15 pm
Forum: Other Issues
Topic: Transformation .pdf destination
Replies: 3
Views: 2038

Re: Transformation .pdf destination

Hello, You can edit the transformation scenario you are using(Document -> Transformation -> Configure Transformation Scenario , Edit ) and in the Output tab, in the Save As field you can specify where the file will be saved and how it will be named. To do this you can use several editor variables(ma...
by adrian
Tue Jan 19, 2010 4:56 pm
Forum: Common Problems
Topic: Diff tool filename problems
Replies: 2
Views: 1650

Re: Diff tool filename problems

Hi, 1. Unfortunately it can't. The combos were designed to always show the end of the URL if they don't fit. But in your case the filename you want to see from the URL is somewhere in the middle(uncommon case). All you can do is maximize the diff tool window and resize the left or right side of the ...
by adrian
Tue Jan 19, 2010 11:25 am
Forum: Common Problems
Topic: Need help connecting to an IBM iSeries DB2
Replies: 3
Views: 3799

Re: Need help connecting to an IBM iSeries DB2

I believe you didn't add all the necessary jars when you created the data source. Make sure you have added all 3 jars: * db2jcc.jar * db2jcc_license_cisuz.jar * db2jcc_license_cu.jar You can find more info about the DB2 configuration of data sources and connections in Oxygen here: http://www.oxygenx...
by adrian
Mon Jan 18, 2010 5:48 pm
Forum: XSLT and FOP
Topic: Special characters sort incorrectly, Windows only
Replies: 2
Views: 2117

Re: Special characters sort incorrectly, Windows only

Hi, Are you sure you are using the same transformer in the transformation scenario on both platforms? The Saxon 6.5.5 transformer (the default transformer for a new scenario) does not sort correctly in this case so you should change it to Saxon-EE. You can find the transformer in Configure Transform...
by adrian
Fri Jan 15, 2010 6:25 pm
Forum: Common Problems
Topic: Need help connecting to an IBM iSeries DB2
Replies: 3
Views: 3799

Re: Need help connecting to an IBM iSeries DB2

Hello, Your url jdbc:db2://191.169.11.5:5000; is missing the database. It should look like this: jdbc:db2://[host]:[port]/[database] Regards, Adrian Later Edit: I forgot to mention, the DB2 installation usually comes with a sample database, so your URL for that would be: jdbc:db2://191.169.11.5:5000...
by adrian
Thu Jan 14, 2010 12:40 pm
Forum: Other Issues
Topic: xquery collection() on eXist collection
Replies: 11
Views: 11130

Re: xquery collection() on eXist collection

Hi, Don't want to rub this in, but you do realize that the second post on this thread mentioned what you just discovered. ;) When executing an eXist XQuery in oXygen, the collection URI must be given relative, like this : for $book in collection("/db/myCollection")//book Also before runnin...
by adrian
Thu Jan 14, 2010 11:33 am
Forum: Common Problems
Topic: Getting Message: No XML document selected
Replies: 5
Views: 2473

Re: Getting Message: No XML document selected

I know you already found the file associations but I am posting this for other people to find if they encounter the same problem.

The file associations in Eclipse are found in:
Window -> Preferences, General /Editors / File Associations

Regards,
Adrian
by adrian
Thu Jan 14, 2010 11:18 am
Forum: Other Issues
Topic: Memory leak when validating files
Replies: 5
Views: 8620

Re: Memory leak when validating files

Running 11.1, and I can categorically state that there is still a memory leak. Running on Windows7 x64, noticed the oxygen.exe task was consuming 800mb. Hello, Since Oxygen is a Java application the memory allocated gradually by the Java Virtual Machine stays allocated until the application is clos...
by adrian
Wed Jan 13, 2010 6:18 pm
Forum: XSLT and FOP
Topic: XSLT to replace XInclude elements
Replies: 2
Views: 2270

Re: XSLT to replace XInclude elements

Hello, First you should have the namespace declaration for XInclude, so the template should look like this: <xsl:template match="xi:include" xmlns:xi="http://www.w3.org/2001/XInclude"> ... </xsl:template> And then, assuming you have a template that matches the root(/) or the pare...
by adrian
Wed Jan 13, 2010 11:26 am
Forum: Common Problems
Topic: Getting Message: No XML document selected
Replies: 5
Views: 2473

Re: Getting Message: No XML document selected

Hello, I'm guessing you have another Eclipse plugin that "hijacked" the XML and XSL file associations. So make sure the XML and XSL files are being opened in an Oxygen editor. In Package/Navigation Explorer right click on an XML file and choose Open with -> Oxygen XML Editor . Do the same ...
by adrian
Tue Jan 12, 2010 5:24 pm
Forum: XSLT and FOP
Topic: Using result-document - how can I create a template within?
Replies: 2
Views: 2088

Re: Using result-document - how can I create a template within?

Hello, You can create a template and give it a name, like this for example: <xsl:template name="common"> <html> <head></head> <body></body> </html> </xsl:template> And call it from result-document with <xsl:call-template name="common"/> . Regards, Adrian
by adrian
Tue Jan 12, 2010 10:49 am
Forum: Feature Request
Topic: XPath find in files
Replies: 8
Views: 7292

Re: XPath find in files

I have version 10.3 - will I have to buy a new license to upgrade to 11.1 and use this feature? Thanks Hello, If you have bought Oxygen with a (Support and) Maintenance Pack or a Maintenance Pack separately you may be entitled to a free upgrade. Otherwise you will have to buy an upgrade: http://www...
by adrian
Mon Jan 11, 2010 5:26 pm
Forum: Common Problems
Topic: Could not open/create prefs root node
Replies: 11
Views: 10010

Re: Could not open/create prefs root node

I have added an issue to our bug tracking tool to find a way of avoiding the windows registry write. We will notify you on this thread when it gets resolved.

Regards,
Adrian
by adrian
Mon Jan 11, 2010 5:04 pm
Forum: XSLT and FOP
Topic: Creating Multipage HTML
Replies: 3
Views: 2859

Re: Creating Multipage HTML

Yes, I was talking about the Oxygen frameworks(Document types as they are referred in Oxygen) which are usually wrapped around a public framework. For example the Docbook framework in Oxygen is using the DocBook XSL for transformation. However the Oxygen frameworks are customizations meant to improv...
by adrian
Mon Jan 11, 2010 4:39 pm
Forum: General XML Questions
Topic: Is possible to tranform from XML DOM to PDF or HTML
Replies: 4
Views: 3088

Re: Is possible to tranform from XML DOM to PDF or HTML

My mistake, I thought you were talking about a Java XML DOM tree resulted from parsing an XML file. I have no idea how Microsoft XMLDOM works.

Regards,
Adrian
by adrian
Mon Jan 11, 2010 4:00 pm
Forum: XSLT and FOP
Topic: Creating Multipage HTML
Replies: 3
Views: 2859

Re: Creating Multipage HTML

Hello, On the W3C page you will find a useful example of a stylesheet that uses xsl:result-document and generates HTML chunks from an XML file: http://www.w3.org/TR/xslt20/#d5e27003 or http://www.w3.org/TR/xslt20/#element-result-document I can also tell you that this is how most of the oxygenxml.com...
by adrian
Mon Jan 11, 2010 1:53 pm
Forum: General XML Questions
Topic: Is possible to tranform from XML DOM to PDF or HTML
Replies: 4
Views: 3088

Re: Is possible to tranform from XML DOM to PDF or HTML

Hello,

What web server and what language/script are you using to create the DOM tree?

Regards,
Adrian
by adrian
Mon Jan 11, 2010 1:32 pm
Forum: Other Issues
Topic: Debug Oxygen Java Plugin
Replies: 17
Views: 9231

Re: Debug Oxygen Java Plugin

Hello, For Eclipse you have to configure a 'Debug configuration' with the main class ro.sync.exml.Oxygen and add -Xmx256m (or more if needed) to VM arguments. From Classpath remove the <Project Name>(default classpath) and add the oxygen.jar from your Oxygen installation directory (not from the SDK)...
by adrian
Fri Jan 08, 2010 4:07 pm
Forum: Other Issues
Topic: Debug Oxygen Java Plugin
Replies: 17
Views: 9231

Re: Debug Oxygen Java Plugin

Hello Kasturi,

What exactly are you trying to do?
You want to debug the Oxygen Eclipse plugin?

Regards,
Adrian
by adrian
Thu Jan 07, 2010 5:56 pm
Forum: Common Problems
Topic: Multiple docs open
Replies: 8
Views: 5217

Re: Multiple docs open

Hello,

We are working on integrating the latest version of the third party library(JIDE Docking Framework) which seems to have fixed the problem you reported.
If no severe problems are seen with this version it will be included in the next release version of Oxygen (11.2).

Regards,
Adrian