Search found 9069 matches

by Radu
Mon Jan 16, 2006 5:18 pm
Forum: Feature Request
Topic: Cursor Movement Accelerators
Replies: 3
Views: 6558

Hi,

This seams like an useful feature to have.
I posted a bug so your request will be discussed and you will be notified as soon as we come to a decision.

Regards, Radu.
by Radu
Mon Jan 16, 2006 4:11 pm
Forum: Common Problems
Topic: v7 - syntax coloring
Replies: 3
Views: 3922

Hi Franck, Your observations are correct. But trying to color the ">" in the same color as the start tag name would imply additional processing which could lead to performance problems (repaints are done very often) which we think are not justified by such a minor issue... About coloring o...
by Radu
Mon Jan 16, 2006 3:55 pm
Forum: Common Problems
Topic: v7.0 - Only xsl:when and xsl:otherwise are allowed here
Replies: 4
Views: 6035

Hi Franck,

I pasted the provided code snippet into a template body of a stylesheet and cannot find any validation problems with it.
Can you provide us with a small stylesheet in which the problem is reproduced?

Regards, Radu.
by Radu
Fri Jan 13, 2006 4:55 pm
Forum: Common Problems
Topic: No entity completion in 7.0 beta
Replies: 6
Views: 4175

Hi,

Thank you for pointing out this problem.
We'll get back to you as soon as we'll have a fix.

Regards, Radu.
by Radu
Thu Jan 12, 2006 9:58 am
Forum: Other Issues
Topic: oXygen on a public PC (webstart)... how to unregister ?
Replies: 1
Views: 4922

Hi, Oxygen saves the license along with all user options into it's preferences file. Oxygen creates a preferences directory in each user's home folder. In Windows the folder is called "com.oxygenxml" and can be found in: "Documents And Settings\YOUR_USER_NAME\Application Data\" F...
by Radu
Thu Dec 29, 2005 10:57 am
Forum: XSLT and FOP
Topic: How to print Legal size page usinf FOP
Replies: 2
Views: 4606

Hi Vivek Each page type has a specified width and height. For example Legal has 216mm width and 356mm height Knowing this, in order to use these sizes your fo:simple-page-master declaration should contain something like this: <fo:simple-page-master page-width="216mm" page-height="356m...
by Radu
Wed Nov 30, 2005 9:19 am
Forum: Feature Request
Topic: SOAP Attachments
Replies: 2
Views: 4521

Hi Burns Sorry for the delay. This seems like a nice feature to add. I will add this on our bug list and we'll think of a way of implementing it. In the meantime if you have the address of a public wsdl service that sends back attachments we would find this useful for debug purpose. Best regards, Ra...
by Radu
Thu Nov 17, 2005 9:44 am
Forum: Feature Request
Topic: WSDL SOAP Analyser
Replies: 4
Views: 4801

Hi A workaround for your problem would be to save a snapshot for each of your operations containing the request to send in a separate WSSC file. Then in the WSDL Dialog there is an "Open" button with which you can open a WSSC file without closing the dialog. Another way to use the dialog w...
by Radu
Wed Nov 16, 2005 3:07 pm
Forum: Feature Request
Topic: WSDL SOAP Analyser
Replies: 4
Views: 4801

Hi We thought a bit about the third enhancement idea you proposed (saving all operations to the WSSC file). The WSSC file is intended to be like a snapshot of the current WSDL Dialog state. If we save all the operations in the WSSC file, opening the WSSC file would be identical to analysing the orig...
by Radu
Wed Nov 16, 2005 10:40 am
Forum: Feature Request
Topic: WSDL SOAP Analyser
Replies: 4
Views: 4801

Dear Burns,

Your feature requests make a lot of sense and we addded them on our TODO list.

Regards, Radu.
by Radu
Wed Nov 09, 2005 9:24 am
Forum: Common Problems
Topic: Problem with XForms and answer from a webservice
Replies: 1
Views: 4417

Hello Jeroen The server escapes the useful xml data it sends back so that it can incorporate it in the xml response. The problem is that the escaped data is not a valid XML file and you cannot do XPath on it. So you need some way to unescape the data after you save it to the file. Either in Oxygen o...
by Radu
Thu Oct 27, 2005 8:53 am
Forum: Common Problems
Topic: 2-3 files larger than 1.5 meg breaks 6.2
Replies: 1
Views: 5991

Hi, Thank you for contacting us. The amount of processing needed by the diff process may vary with the algorithm used for diff. If you are for instance using AUTO for determining the diff algorithm you are probably making the diff with the XML Fast algorithm. You can also try the other algorithms ex...
by Radu
Fri Oct 21, 2005 10:18 am
Forum: Feature Request
Topic: close button on xml document tabs at the top
Replies: 1
Views: 2871

Hi,

Adding a close button to a document tab is already added as a feature request and will probably get implemented in the next version.
Until then you can use the mouse middle click to close any document or results tab in Oxygen.

Best regards,
Radu
by Radu
Tue Oct 04, 2005 8:21 am
Forum: XSLT and FOP
Topic: xslt attributes
Replies: 2
Views: 4205

Hi, In order to achieve your goal the Lookup element should be inserted like this in your xsl file: <xsl:element name="LookupCombo"> <xsl:attribute name="value"> <xsl:value-of select="//code/text()"/> </xsl:attribute> </xsl:element> Of course the value of the select exp...
by Radu
Fri Sep 30, 2005 8:49 am
Forum: Common Problems
Topic: xml result from xquery not paginated in 6.2
Replies: 1
Views: 2251

Dear Serban, Yes, there has been a change in the way the output is presented between versions 6.1 and 6.2. In the 6.1 version the output was formatted before being displayed in the results area. In the 6.2 version we decided to leave the output as it came from the transformer. This is indeed not ver...
by Radu
Thu Sep 29, 2005 8:19 am
Forum: Common Problems
Topic: Commented XML processing instruction is processed (bug?)
Replies: 3
Views: 3082

Hi, You are right about the problem with the PI being processed even if enclosed in a comment. We noticed and fixed it just after the 6.2 release. Now, after the PI is searched there is a supplimentary check to see whether it is enclosed in a comment. We will also fix the "FOOBAR" problem ...
by Radu
Mon Sep 26, 2005 5:30 pm
Forum: Feature Request
Topic: Help in dialogs
Replies: 4
Views: 6440

Hi MJ, "Preferences" blocks interaction with the help if you first open the help window and then open the dialog and press F1. The context-sensitivity works, but the help window can't be browsed. You are right about this problem. We placed a bug and this will be fixed in the next version. ...
by Radu
Fri Sep 23, 2005 3:46 pm
Forum: XML Schemas
Topic: Trouble validating a combined document
Replies: 6
Views: 8126

Hi Steve, Ignore my previous remark about the Xerces J limitation regarding the attribute xsi:schemaLocation appearing only in the root element. That link was to an older Xerces implementation. With the Xerces available in the latest version of Oxygen, declaring different schema locations for differ...
by Radu
Fri Sep 23, 2005 10:13 am
Forum: XSLT and FOP
Topic: (Should Be) Simple XSLT Query Problem
Replies: 1
Views: 3665

Hi, "xsl:copy-of" is the way to go. The following sample stylesheet would accomplish the intended result: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="...
by Radu
Fri Sep 23, 2005 9:01 am
Forum: XML Schemas
Topic: Trouble validating a combined document
Replies: 6
Views: 8126

Hi Steve, The XML file you quoted above is not a valid XML document because the root element "Stock" is declared neither in a DTD nor in a schema. According to the Xerces J parser used to validate Oxygen files: The schema is specified by the xsi:schemaLocation or xsi:noNamespaceSchemaLocat...
by Radu
Fri Sep 23, 2005 8:35 am
Forum: XML Schemas
Topic: Trouble validating an attribute of type "time"
Replies: 2
Views: 5592

Hi Steve

The attribute time must appear with all the parts (HH:MM:SS) like: "09:35:20".
For more information about time values see XSD Date and Time Data Types

Regards, Radu.
by Radu
Thu Sep 22, 2005 4:28 pm
Forum: Common Problems
Topic: ${cf} with the extension included?
Replies: 1
Views: 2202

Hello Dave, Th reason the External Tools editor does not support a macro like you suggested is that it was originally intended for external transformations where the current file name without extension could be used to compose the output file name. I'm placing a bug do add an additional macro to the...
by Radu
Wed Sep 21, 2005 8:17 am
Forum: General XML Questions
Topic: Basic Xinclude question
Replies: 5
Views: 9277

Dear George The right way to use XInclude is the way described in your first post with files afile.xml and bfile.xml. You just have to go to the Options Menu -> Preferences -> XML Parser Options and select the "Enable XInclude" checkbox. You can read more about the XInclude support in Oxyg...
by Radu
Tue Sep 20, 2005 9:42 am
Forum: Common Problems
Topic: 6.2 fails to create directory ~/.profile on Linux
Replies: 1
Views: 2308

Hi

The error is received because the frameworks support in Oxygen tries to create a ".profile" directory at startup in the user home.
This however does not affect in any way the application's functionality.

Regards, Radu.
by Radu
Mon Sep 19, 2005 8:50 am
Forum: General XML Questions
Topic: beginners only,,,,,just like me..... to be help by expirts l
Replies: 2
Views: 5910

Hi, The code you presented above is written in the XQuery language. In order to execute it in Oxygen you have to create a new XQuery document and paste it in the document as follows (notice that the code is surrounded by tags): <root> { for $x in doc("Bookstore.xml")/Bookstore/Book return ...
by Radu
Wed Sep 14, 2005 1:51 pm
Forum: Common Problems
Topic: Tree Editor removes DOCTYPE definition
Replies: 1
Views: 1922

Hi Thank you for reporting this bug. Indeed the Tree Editor removes the DOCTYPE declaration when saving the tree back to XML format. We fixed this and the fix will be soon available in the 6.2 release. As a workaround you can go to Oxygen Options Menu -> Preferences -> Tree Editor and check the &quo...
by Radu
Tue Sep 06, 2005 10:40 am
Forum: Common Problems
Topic: Validating SOAP response messages fails with E cvc-elt.1:
Replies: 3
Views: 9141

Hi Bob The problem is that the file you are trying to validate does not hava a reference to the schema used for validation. There are actually 2 solutions to this problem: 1) Without modifying the SOAP response xml file. Open it in Oxygen, click the toolbar button called "External Validation&qu...
by Radu
Wed Aug 31, 2005 1:47 pm
Forum: Feature Request
Topic: Visual 'busy' cue
Replies: 4
Views: 7827

Hello The progress indicator that you see is for the opened schema. After that the schema diagram viewer downloads recursively all the imported schemas in order to parse them. This operation indeed shows no progress. We placed a bug so that some visual busy cue should be seen during the operation. I...
by Radu
Wed Aug 31, 2005 1:28 pm
Forum: XSLT and FOP
Topic: unicode numbers suddenly apearing in output
Replies: 1
Views: 3462

Hi, You have residual quotes in your stylesheet which are escaped in the output. Just try deleting the quotes after the xsl:value-of element like in: <xsl:value-of select="value[@name='module']"/>" should go to: <xsl:value-of select="value[@name='module']"/> Regards, Radu.
by Radu
Wed Aug 31, 2005 11:59 am
Forum: Feature Request
Topic: Open file dialog - default search directory
Replies: 13
Views: 17010

Hello,

We made changes so that the default directory in the "Open..." dialog will be the same as the current active file in the editor.
The changes will be available in the next Oxygen version.

Regards, Radu.