Search found 9083 matches

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...
by Radu
Thu Feb 09, 2006 9:49 am
Forum: Common Problems
Topic: Setting upload permissions
Replies: 2
Views: 2518

Hi, Just wanted to let you know that we implemented changing file/directory permissions in the FTP browser tree. You right click a node (file or directory) then a dialog appears showing the current permissions for it and you can choose the new permissions and apply. This will of course only work if ...
by Radu
Tue Feb 07, 2006 4:22 pm
Forum: Common Problems
Topic: tabbed windows all over the place
Replies: 8
Views: 6731

Hi Franck We just managed to reproduce the reported behaviour. It indeed happens when there are many tabs opened and you try to select one of the last tabs in the pane (a small mouse drag, even 1 pixel, and you end up docking an editor in the north part of the workspace). We reported this bug to the...
by Radu
Wed Feb 01, 2006 1:53 pm
Forum: Feature Request
Topic: Editor-related features Oxygen 7
Replies: 12
Views: 11582

Hi,

We fixed the "Jumpy indent" problem and the fix will probably be available in the next minor version (7.1).


Regards, Radu.
by Radu
Thu Jan 26, 2006 10:02 am
Forum: General XML Questions
Topic: Cant figure out this Reg. Expression
Replies: 1
Views: 7511

Hi, A regexp to select the undesired <book> chunks would be something like this: <book>(?s)(.*?)<chapter/>(?s)(.*?)</book> Unfortunately the standalone versions of Oxygen (including the current version 7) have a limitation for regular expressions find: they find matches on a line-per-line basis, so ...
by Radu
Tue Jan 24, 2006 2:56 pm
Forum: Common Problems
Topic: completion hints stops paste operation
Replies: 2
Views: 2830

Workarounds....


1) Either use Esc to cancel the Content Completion Window and then Ctrl-V
2) Better yet, use Shift-Insert which works even with the window visible

Radu.
by Radu
Tue Jan 24, 2006 2:51 pm
Forum: Common Problems
Topic: completion hints stops paste operation
Replies: 2
Views: 2830

Hi Franck,

Thank you for your input.
We detected the problem about a week ago and already have this issue fixed in the current development stream. The fix will probably be available in the next release.

Regards, Radu.
by Radu
Fri Jan 20, 2006 3:58 pm
Forum: Common Problems
Topic: No entity completion in 7.0 beta
Replies: 6
Views: 4184

Hi Zby,

There is no problem uninstalling because Oxygen does not keep it's settings in the installation directory and furthermore the settings are not removed on uninstall.
See this: http://www.oxygenxml.com/forum/ftopic14 ... highlight=

Regards, Radu.
by Radu
Thu Jan 19, 2006 11:54 am
Forum: XSLT and FOP
Topic: Pairing two elements within the same parent.... in sequence?
Replies: 1
Views: 4503

Hi, I think this stylesheet would work <?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="document"> <document> <xsl:for-eac...
by Radu
Wed Jan 18, 2006 10:55 am
Forum: XSLT and FOP
Topic: how to display the element attribute values (xml to pdf)
Replies: 1
Views: 3674

Hello Jana For an xml file like: <?xml version="1.0" encoding="UTF-8"?> <info> <emp name="name1" id="1228"></emp> <emp name="name2" id="1229"></emp> </info> The stylesheet could be something like: <?xml version="1.0" encoding=&quo...
by Radu
Wed Jan 18, 2006 10:28 am
Forum: Feature Request
Topic: control of WSDL SOAP Analyser retry feature
Replies: 2
Views: 3974

Hi Patrick,

I looked into this and actually we have the read timeout (which is what you're looking after) set to 20 seconds by default.
I added a bug with your request and you will be notified about it's progress.

Regards, Radu
by Radu
Tue Jan 17, 2006 12:03 pm
Forum: Common Problems
Topic: No entity completion in 7.0 beta
Replies: 6
Views: 4184

Hi,

Just wanted to let you know the problem was fixed and the fix was included in the maintainance updates of the kits on site.
So you can just download the kit again and have a go at it.

Regards, Radu.
by Radu
Tue Jan 17, 2006 10:48 am
Forum: Common Problems
Topic: v7.0 - Only xsl:when and xsl:otherwise are allowed here
Replies: 4
Views: 6045

Hi Franck, Version 1.0 stylesheets are in Oxygen validated by default with Saxon 6. As far as we can see this processor considers that white spaces are prohibited in xsl:choose although it should silently ignore them because xsl:choose has element-only content. We will file a report to Michael Kay a...
by Radu
Mon Jan 16, 2006 5:18 pm
Forum: Feature Request
Topic: Cursor Movement Accelerators
Replies: 3
Views: 6571

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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