Search found 9071 matches

by Radu
Fri Dec 22, 2006 5:12 pm
Forum: XSLT and FOP
Topic: Tricky XSLT
Replies: 2
Views: 3969

Hi, Here are two ways to accomplish this, one using the "xsl:for-each-group" construction from XSLT 2.0: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:output indent="y...
by Radu
Fri Dec 22, 2006 1:55 pm
Forum: Common Problems
Topic: Oxygen not working on Vista RC1
Replies: 7
Views: 14953

Hi,

Just wanted to say that the release of Java Virtual Machine 1.6 available now for downwload fixes the last reported exception (there were problems with that release candidate).
We tested Oxygen with it and did not encounter any problems.

Best regards,
Radu
by Radu
Fri Dec 22, 2006 9:56 am
Forum: Other Issues
Topic: This operation requires saving. Do you want to save?
Replies: 1
Views: 4400

Hi, We just fixed such an issue a couple of days ago. It happened when editing an XSL file which had associated a scenario specifying an external transform like MSXML. We implemented the feature of using the transformer specified in the scenario for validation because we thought it was useful for th...
by Radu
Mon Dec 18, 2006 1:46 pm
Forum: Common Problems
Topic: XML to DTD Trang Conversion namespace-prefix Bug
Replies: 4
Views: 4563

Hi Klaus,

Just wanted to let you know we fixed the bug and the fix will probably be available in the next maintainance version.

Regards,
Radu
by Radu
Fri Dec 15, 2006 10:14 am
Forum: Common Problems
Topic: Problem installing oXygen
Replies: 3
Views: 4139

Hi, There are a couple of ways to accomplish that: 1)Change the default java used on your computer: You can issue a "java -version" command to find out which java is used by default on your computer. If it is not the java from sun, you can issue "which java" to see whether there ...
by Radu
Thu Dec 14, 2006 3:24 pm
Forum: XSLT and FOP
Topic: Simulate interface URIResolver while editing
Replies: 3
Views: 4817

Dear Cladio, In order to accomplish this you need to use catalog support. Just create a file called for example "testCatalog.xml" and save in it the content below. Of course you have to modify the value of the "rewritePrefix" attribute to the real path on your system. <?xml versi...
by Radu
Thu Dec 14, 2006 11:04 am
Forum: Common Problems
Topic: Problem importing codes template file
Replies: 4
Views: 4497

Hi, Here's a stylesheet that transforms from the old format to the new one: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output indent="yes"/> <xsl:template match="/t...
by Radu
Thu Dec 14, 2006 10:11 am
Forum: Common Problems
Topic: Problem importing codes template file
Replies: 4
Views: 4497

Hi,

Indeed the code templates export file format has changed from 7 to 8 and there seem to be problems importing the old style format.
We will fix them.
I will get back with either a workaround or a stylesheet to transform from old style to new style format.

Thanks,
Regards, Radu
by Radu
Thu Dec 14, 2006 9:41 am
Forum: Common Problems
Topic: Problem installing oXygen
Replies: 3
Views: 4139

Hi, oXygen requires a Java from Sun and you have GNU Java, see on the download page, under requirements: http://www.oxygenxml.com/download.html *** Sun Microsystems Java VM version 1.4.2 or later (available at http://java.sun.com) in case you use the installation kit without Java VM. *** Eventually ...
by Radu
Tue Dec 05, 2006 2:19 pm
Forum: Common Problems
Topic: Native Library X already loaded in another classloader
Replies: 2
Views: 5913

Dear Darren, This is indeed a delicate problem. We use different class/library loaders for each transformation but there is a problem disposing them on demand at the end of the transformation (and thus releasing the dll) I added a bug request for this, we will study it further and notify you when we...
by Radu
Fri Nov 17, 2006 2:16 pm
Forum: Feature Request
Topic: WSDL SOAP Analyzer improvements....
Replies: 3
Views: 8310

Oh, and you also have some workarounds For issue 2 you can right click the response text area and then choose Open in editor so that you can format and indent the content there. For issue 3 you can save a snapshot of the current request + selected ports, actions in a WSSC file and then open it when ...
by Radu
Fri Nov 17, 2006 9:39 am
Forum: Feature Request
Topic: WSDL SOAP Analyzer improvements....
Replies: 3
Views: 8310

Dear Andrzej, Your requests seem very appropiate. 1) The WSDL SOAP Analyser is already presented as a view on Eclipse so I think there would be no problem doing this in the standalone version. 2) I see no problem in implementing this 3) Yes, this indeed could be useful I placed your requests in our ...
by Radu
Fri Oct 13, 2006 8:47 am
Forum: Other Issues
Topic: Adding extensions in version 7.2
Replies: 1
Views: 5153

Hello, The place where to add extensions has changed starting with version 7.2. Now extensions are scenario dependent, so you can configure different extensions for each scenario. You just have to edit the current scenario, press the "Extensions" button located in the first tab and add you...
by Radu
Fri Oct 06, 2006 8:49 am
Forum: Feature Request
Topic: support for XML-RPC development?
Replies: 3
Views: 5871

Hi Adam,

I updated the filed improvement request with your suggestions.
Opening the server response in the editor is possible.
Just right click the in the response text are and choose Open in Editor.

Regards, Radu
by Radu
Mon Oct 02, 2006 8:46 am
Forum: Feature Request
Topic: support for XML-RPC development?
Replies: 3
Views: 5871

Hi Adam, XML-RPC is not supported directly in Oxygen (standalone or eclipse) right now but I think you can use a workaround. Just open in Eclipse the WSDL SOAP Analyser View which comes with oXygen, fill the URL with the destination URL, then go to the request tab and fill the XML request then go ba...
by Radu
Tue Jul 11, 2006 9:02 am
Forum: Common Problems
Topic: wsdl soap analyzer namespace issue
Replies: 1
Views: 3652

Hi, About the first problem, having 2 schemas in the <wsdl:types> and refering from an element in the first one to a complex type in the other, there seems to be a problem in how Oxygen handles the situation and I'll place a bug report. We'll keep you up to date with the progress. About the second i...
by Radu
Fri Jun 30, 2006 8:45 am
Forum: XSLT and FOP
Topic: New to xslt and need help renaming entries in xml
Replies: 2
Views: 5242

Hi Christian, Maybe the following stylesheet would be useful: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="node() | @*"> <xsl:copy> <xsl:apply-templates se...
by Radu
Thu Jun 22, 2006 4:20 pm
Forum: Common Problems
Topic: HTML Autocomplete
Replies: 3
Views: 3994

Hi Mitch, Hmm, that's strange. So you have the XHTML radio button checked, you create or open a stylesheet and do not have the XHTML elements in the content completion when inside a xsl:template? Can you try clicking the "Formatting objects" radio button, press OK and then check if you hav...
by Radu
Thu Jun 22, 2006 8:27 am
Forum: Common Problems
Topic: HTML Autocomplete
Replies: 3
Views: 3994

Hi Mitch, The preferences page you are searching for can be found in the Options menu -> Preferences -> Editor -> Content Completion -> XSL/XPath. The page lets you configure additional elements that should be included in the content completion when editing stylesheets. XHTML transitional comes buil...
by Radu
Wed Jun 21, 2006 8:45 am
Forum: XSLT and FOP
Topic: XSL if-expression question
Replies: 4
Views: 6767

Hi, As George said, you have to change the xsl:stylesheet 's version attribute to 2.0 in order for it to validate a version 2.0 XPath "if() then else" expression. This is also true for running a transformation on the stylesheet (you have to run it using the Saxon 8B transformer). Indeed, i...
by Radu
Wed Jun 21, 2006 8:36 am
Forum: General XML Questions
Topic: date / variable problem
Replies: 3
Views: 9286

Hi,

The problem is that you have a

Code: Select all

<xsl:value-of select="$month"/>
in the stylesheet fragment which outputs the numeric version of the month. Remove that line and everything seems to work OK.

Regards,
Radu.
by Radu
Thu Jun 15, 2006 12:06 pm
Forum: XSLT and FOP
Topic: fop grid whith merge cell
Replies: 5
Views: 8454

Hi,

Here is an interesting link describing translating from HTML to FO (also describes how row and colspans are translated in FO) :http://www-128.ibm.com/developerworks/l ... app/#table

Regards,
Radu
by Radu
Wed Jun 14, 2006 5:38 pm
Forum: Common Problems
Topic: SVN Client Causes Access Denied Errors on Windows
Replies: 1
Views: 3363

Hi, Please contact us at support at oxygenxml.com with more details like: Does the commit problem happen also when using the HTTP protocol? What is the exact message of the error? Does it seem to originate from the operating system? We will provide you with a log file to enable SVN client logging. R...
by Radu
Fri Jun 09, 2006 8:42 am
Forum: XSLT and FOP
Topic: Can I 'apply-templates' across multiple XML documents?
Replies: 4
Views: 6827

Hi Mike, As I see it, you have an omission in the xpath used in the "xsl:apply-templates". It should be like: <xsl:apply-templates select="$generic-common-xsd/xs:schema/xs:simpleType[@name='$TypeVal']" Notice the additional "xs:schema" in the path. Here is your styleshe...
by Radu
Tue Jun 06, 2006 8:40 am
Forum: Common Problems
Topic: WSDL SOAP Analyzer
Replies: 2
Views: 6018

Hi, The error you encountered comes from the server side of the IBM WebSphere Application Server: WSWS3084E: Error: {0} encountered a child element, which is NOT expected, in something it was trying to deserialize. Explanation: This message normally indicates that the soap message is invalid. The en...
by Radu
Tue May 23, 2006 8:49 am
Forum: Common Problems
Topic: Why is this WSDL invalid ?
Replies: 2
Views: 4269

Hi Igor, I opened the WSDL file you specified in Oxygen and tried to validate it. There are indeed problems reported. WSDL files are validated in Oxygen using the XML Schemas available at http://schemas.xmlsoap.org/wsdl/ and http://schemas.xmlsoap.org/wsdl/soap/ . Among the problems found (you can c...
by Radu
Fri May 19, 2006 2:20 pm
Forum: Common Problems
Topic: Fatal Error oXygen 7.1
Replies: 10
Views: 8886

Hi Eric, We made another patch for this problem. Please download the new patch from http://www.oxygenxml.com/update/patchEric/oxygen.jar and place it in the 'lib' directory of your <oXygen/> installation. Then, set the theme that originally generated the exception, start Oxygen and let us know if th...
by Radu
Mon May 15, 2006 5:01 pm
Forum: XSLT and FOP
Topic: Breaking line in method="text" mode
Replies: 1
Views: 4113

Hi, Peter Here's a way: <?xml version="1.0" encoding="windows-1250"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text" omit-xml-declaration="yes" encoding="ascii"/> <xsl:pre...
by Radu
Mon May 08, 2006 5:10 pm
Forum: Common Problems
Topic: Passing Saxon options to XQuery processor?
Replies: 2
Views: 4164

Hi, Just wanted to let you know that we are now using the Saxon output serializer which also respects the parameters set in the XQuery file. We also improved the performance when the output is produced on a single line. The fix will most probably be available in the 7.2 maintainance version. Regards...
by Radu
Tue Apr 25, 2006 9:02 am
Forum: Common Problems
Topic: "exiting" a container
Replies: 1
Views: 3022

Hi,

We already have a bug request for the "Move beyound next tag" action which I think is exactly what you suggest.
I'll enhance it's priority.

Regards,
Radu