Search found 9081 matches

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

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

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

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

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

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

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

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
by Radu
Tue Apr 18, 2006 4:21 pm
Forum: Feature Request
Topic: missing functionality for xquery editing
Replies: 3
Views: 6634

Hi,

We implemented the visual wrap guide line (you can activate it, specify the number of cols and the color of the line).
It will probably be available in the next minor release

Regards,
Radu
by Radu
Tue Apr 18, 2006 11:15 am
Forum: Other Issues
Topic: SOAP URL of apparently valid service fails with 405 error
Replies: 2
Views: 9232

Hello David, We investigated the problem further, installed BEA and created a test servlet. When analyzing a WSDL file from an URL (in your case the servlet URL) the http client does a "GET" in order to receive the file from the servlet. Using the "GET" method to receive a file i...
by Radu
Mon Apr 17, 2006 8:55 am
Forum: Other Issues
Topic: SOAP URL of apparently valid service fails with 405 error
Replies: 2
Views: 9232

Hi, David

I just answered your email.
I will update this post as soon as we pinpoint the problem and have a solution.

Regards,
Radu.
by Radu
Mon Apr 10, 2006 8:48 am
Forum: XSLT and FOP
Topic: how to create link??
Replies: 1
Views: 4094

Hi, Here are two ways in which you can do this: 1) Use "xsl:element" <?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="...
by Radu
Mon Apr 10, 2006 8:39 am
Forum: Feature Request
Topic: XPath Dialog
Replies: 2
Views: 6371

Hi,

About the XPath dialog in Eclipse the resize problem was fixed a couple of weeks ago and I filed a bug request about the Cut/Copy/Paste pop-up.

Regards,
Radu
by Radu
Tue Apr 04, 2006 8:25 am
Forum: XSLT and FOP
Topic: Having problems creating a xsl:when condition
Replies: 3
Views: 5622

Hi,

Sorry for the delay.
I think the best you could do would be to post a small, cut-down, sample of the XML file you are trying to process and then describe in your own words what you are trying to achieve with the stylesheet.

Regards, Radu.
by Radu
Mon Apr 03, 2006 8:49 am
Forum: General XML Questions
Topic: Can Oxygen Convert Tab Delimited To XML?
Replies: 10
Views: 53033

by Radu
Mon Apr 03, 2006 8:48 am
Forum: General XML Questions
Topic: Converting Pipe-Delimited txt to XML
Replies: 5
Views: 17839

Hi, Sorry for the delay. If you check the annotation of the "xsl:analyse" tag available in the Model View it says something like: ...Each substring will contain at least one character. so this means you will not be notified in the "xsl:non-matching-substring" of empty strings. I ...
by Radu
Thu Mar 30, 2006 9:12 am
Forum: XSLT and FOP
Topic: FO Error - Root element must be root...
Replies: 1
Views: 4973

Hi, The FO processor that ultimately creates the PDF file is applied in the last stage of the transformation on the result obtained by applying the XSL stylesheet over the XML file. There is no problem if the root of your XML document is not "root" but the root of the result document obtai...
by Radu
Thu Mar 23, 2006 10:02 am
Forum: XSLT and FOP
Topic: Price an XML file
Replies: 5
Views: 6600

Hi, Try the following stylesheet: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:output indent="yes"/> <xsl:template match="Root"> <root> <xsl:for-each select=&quo...
by Radu
Wed Mar 22, 2006 10:02 am
Forum: XML Schemas
Topic: Referencing xsds inside jars?
Replies: 2
Views: 19845

Hi John, Maybe this sample would help: 1) I created a jar file called "jsp.jar" in the file system path: file:/C:/workspace/eXml/frameworks/jsp/xsd/ . The jar contains a directory called "jsp" and inside it a schema called "jspxsd.xsd". 2)The catalog file looks like thi...
by Radu
Tue Mar 21, 2006 10:03 am
Forum: Common Problems
Topic: Keyboard Shortcut for Toggle Comment
Replies: 2
Views: 5129

Dear Mark Because, starting with the 7.1 version the two (comment/uncomment) actions were refactored into one toggle comment action, we removed the Comment action available in the the Pop-up menu Refactoring->Surround with.... because it did not seem necessary anymore. You can configure a shortcut f...
by Radu
Fri Mar 17, 2006 9:45 am
Forum: Common Problems
Topic: Indent block when some tag is collapsed
Replies: 3
Views: 5196

Hello David, Thanks for letting us know about this problem. We added a bug with this behaviour which will probably be fixed in the next minor release. In the meantime you can use the "Indent Section" action which works fine with folds or check that you have no folded tags above the selecte...
by Radu
Tue Mar 07, 2006 10:05 am
Forum: Other Issues
Topic: Where's the XPath Builder View?
Replies: 4
Views: 7601

Hi Kermitt,

Thanks for reporting the link, we'll look into that.
Sure, the 7 license (trial or not) works for all 7 minor versions, so you won't me asked for a new license on reinstall.

Regards, Radu.
by Radu
Tue Mar 07, 2006 9:37 am
Forum: Other Issues
Topic: Where's the XPath Builder View?
Replies: 4
Views: 7601

Hi Kermitt, Starting with Oxygen 7.1 the XPath Builder View is available and visible in the rightmost part of the editor (next to the Information and Properties views). You can click it and then toggle it's autohide state. If you say you can't find it neither in the Perspective-> Show View menu nor ...
by Radu
Fri Mar 03, 2006 9:53 am
Forum: Feature Request
Topic: Touching directory date/time
Replies: 1
Views: 3812

Hi Aiken, The last modified date of the directory is changed when files are added or removed to that certain directory. This is an operating system feature so it also happens when you save a file from Oxygen to that particular directory (and the file was not there before). But the modification time ...
by Radu
Fri Feb 24, 2006 9:42 am
Forum: Common Problems
Topic: indent on past problem
Replies: 1
Views: 2967

Hi Franck, There are two options that might interest you: 1) In Preferences->Editor->Format there is the "Indent On Paste" checkbox which controls whether any indentation will be done on pasting. 2)In the same page there is the option "Indent in preserve space elements". This opt...
by Radu
Mon Feb 13, 2006 7:05 pm
Forum: Feature Request
Topic: XQuery source: comment selection
Replies: 3
Views: 6381

Hi, Just wanted to let you know that we made some changes in the commenting actions. The action is now called "Toggle comment" and also works on CSS, JS and XQuery documents the same way as in XML documents. If you have a selection it will comment/uncomment it depending whether that select...
by Radu
Mon Feb 13, 2006 12:38 pm
Forum: Common Problems
Topic: Cannot Use code templates in oXygen 7
Replies: 3
Views: 3048

Hi,

The 7.1 should be available very soon (couple of weeks).

Regards, Radu.
by Radu
Fri Feb 10, 2006 1:24 pm
Forum: Common Problems
Topic: Cannot Use code templates in oXygen 7
Replies: 3
Views: 3048

Hi Rene, There are indeed some problems regarding Code Templates in the 7.0 version. You have to enter the first character and then press Ctrl-Space in order for the content completion to activate. We placed a bug to reintroduce also the old behaviour (in which pressing Ctrl-Space would invoke the C...