Search found 9083 matches

by Radu
Fri Mar 23, 2007 9:17 am
Forum: Other Issues
Topic: XHTML Tab
Replies: 1
Views: 5275

Dear Buster In the debugger perspective there is a toolbar containing the Transformation XML and XSL combos, the Transformation engine combo, and the last button on the toolbar is called "Enable XHTML output". Just press it and the next time the debugging session will start the XHTML tab w...
by Radu
Tue Mar 06, 2007 9:39 am
Forum: Common Problems
Topic: inline markup a highlighted word(s)
Replies: 2
Views: 3707

Dear Michael, You can select the desired text(or word), right click, in the contextual menu go to Refactoring->Surround with tag. A dialog will appear allowing you to select any allowed tag in that context. There are also keyboard shortcuts available for the Surround actions which can also be custom...
by Radu
Wed Feb 28, 2007 9:43 am
Forum: Common Problems
Topic: WSDL Encoding Error
Replies: 2
Views: 32435

Hi, In the Mime headers sent along with the request we set the "Content-Type" header with the value : "text/xml; charset=utf-8". This is possibly why the server reports the exception. Setting the header to this value is the default way of posting XML fragments and all servers sho...
by Radu
Wed Feb 28, 2007 9:32 am
Forum: Common Problems
Topic: WSDL Analyzer Error
Replies: 2
Views: 4705

Hi,

Can you post a small WSDL sample to reproduce the exact situation on our side?

Regards,
Radu
by Radu
Thu Feb 08, 2007 2:23 pm
Forum: General XML Questions
Topic: namespaces and attributes
Replies: 1
Views: 5020

Dear Hans,

Unfortunately this is the w3c way:
http://www.w3.org/TR/REC-xml-names/#defaulting

Here is an interesting discussion though:
http://lists.xml.org/archives/xml-dev/2 ... 00161.html

Regards,
Radu
by Radu
Fri Jan 12, 2007 5:49 pm
Forum: Common Problems
Topic: Passing XQuery parameters into a MarkLogic datasource
Replies: 2
Views: 4323

Hi, Sorry for the delay Indeed there were problems correctly interpreting the value of the parameter on MarkLogic. We fixed the problem, letting the MarkLogic query processor decide the type of the passed parameter. The fix will be included in the 8.1 maintenance release which will be released proba...
by Radu
Wed Jan 10, 2007 3:02 pm
Forum: XSLT and FOP
Topic: problem..
Replies: 5
Views: 5670

Hi, The difference is that all the elements in your second XML fragment are in the "http://www.filenaker.com/fmpxmlresult" namespace so one way to access the attribute value is to bind the namespace to a prefix and use the prefix in the XPath like: <xsl:value-of select="/FS:FMPXMLRESU...
by Radu
Tue Jan 09, 2007 6:37 pm
Forum: XSLT and FOP
Topic: problem..
Replies: 5
Views: 5670

Hi, You have two mistakes in the select. First of all, everything in XSL (and XML in general) is case sensitive so the attribute name must be written "name" and not "NAME". Then, if you begin an XPath with a "/" it means it's absolute which in your case is not true. So ...
by Radu
Wed Dec 27, 2006 5:37 pm
Forum: Common Problems
Topic: Grid View (A Couple Problems)
Replies: 5
Views: 5931

Hi, So, to make things clear, in order to generate this XML in the grid: <elem attr="value"/> in the cell corresponding to the "attr" attribute column you just need to type value and save. On the other hand, if you need to use quotation characters (like simple or double quotes) i...
by Radu
Wed Dec 27, 2006 1:45 pm
Forum: Other Issues
Topic: Grid View (A Couple Problems)
Replies: 1
Views: 5081

by Radu
Wed Dec 27, 2006 1:44 pm
Forum: Common Problems
Topic: Grid View (A Couple Problems)
Replies: 5
Views: 5931

Hi, Thank you for contacting us. For problem 1: As I see it you want some kind of format and indent when passing from grid to text. There is a check box in Oxygen Options->Preferences->Editor->Grid : "Format and indent when passing from grid to text or on save". If it does not work as you ...
by Radu
Wed Dec 27, 2006 12:49 pm
Forum: Other Issues
Topic: Sort collections in Database Explorer?
Replies: 1
Views: 4609

Dear Jon, Unfortunately the current release of Oxygen does not have the Exist collections or the resources in them sorted in alphabetical order. We fixed this in the current stream both for the eclipse and the standalone version and the fix will probably be available in the upcoming Oxygen minor ver...
by Radu
Fri Dec 22, 2006 5:12 pm
Forum: XSLT and FOP
Topic: Tricky XSLT
Replies: 2
Views: 3971

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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