Search found 9071 matches

by Radu
Tue Apr 18, 2006 4:21 pm
Forum: Feature Request
Topic: missing functionality for xquery editing
Replies: 3
Views: 6629

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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