Search found 9059 matches

by Radu
Fri Mar 11, 2005 9:47 am
Forum: Feature Request
Topic: Copy folded xml nodes should copy the whole node
Replies: 2
Views: 5292

It works

Hi, we tested the copy of folded xml lines and it works just fine both in eclipse and in the standalone version. The behaviour on copying the folded line is the following: -- If after selection the caret is at the end of the folded line only the selected text will be copied. -- If after selection th...
by Radu
Wed Feb 16, 2005 2:24 pm
Forum: Common Problems
Topic: "Already used, but not recycled" in WSDL SOAP deleted
Replies: 4
Views: 4720

Tested

Hi,

I tested the wsdl file that you sent us and the soap request generated by Oxygen for the "ComputeRoute" operation seems to be alright.
Maybe more details would help.


Regards, Radu
by Radu
Mon Feb 14, 2005 10:25 am
Forum: Common Problems
Topic: "Already used, but not recycled" in WSDL SOAP deleted
Replies: 4
Views: 4720

More details...

Hello, Thank you for contacting us. The "Already used, but not recycled" exception that I understand you are getting is thrown from the apache http client that we use internally in the standalone version of Oxygen to send the soap request to the http server. So the SOAP request message bas...
by Radu
Wed Feb 09, 2005 10:05 am
Forum: XSLT and FOP
Topic: space in XSLT
Replies: 1
Views: 4794

Is this what you're looking for?

That's the "escaped" version of the space character:

Code: Select all

 
by Radu
Tue Feb 08, 2005 11:14 am
Forum: Common Problems
Topic: Problems Formatting WordML documents
Replies: 4
Views: 4257

Problem found

Hi, we managed to find the problem, so no need to send a sample. The <w:wordDocument> tag has the "xml:space="preserve" attribute set so all it's child elements are excluded from the formatting process. So you just have to remove the attribute and then the formatting process should wo...
by Radu
Tue Feb 08, 2005 9:54 am
Forum: Common Problems
Topic: Problems Formatting WordML documents
Replies: 4
Views: 4257

Sample please

Hi,

Thank you for your input.
It would be very helpful if you could send us a sample of the xml file for which this behaviour is obtained. We don't need the whole document but only a small sample for which we can reproduce the problem.


Regards, Radu.
by Radu
Fri Jan 21, 2005 11:15 am
Forum: Common Problems
Topic: shouldn't the 5.1 eclipse zip file unzip to a new dir?
Replies: 1
Views: 2141

Thanks

Hi,
Thanks for your input. We updated the site and the zip file now holds the correct plugin structure.

Regards, Radu.
by Radu
Thu Jan 20, 2005 1:38 pm
Forum: Common Problems
Topic: Folding keyboard shortcuts do not work
Replies: 3
Views: 3414

Strange one

I really cannot reproduce the problem here. How about trying to change the shortcuts for the actions that don't work? Try to go to Options->Preferences-> Menu shortcut keys and change the shortcuts for the fold actions (Colapse Child fold, Expand child fold, Expand All).

Keep in touch, Radu.
by Radu
Thu Jan 20, 2005 10:30 am
Forum: Common Problems
Topic: Folding keyboard shortcuts do not work
Replies: 3
Views: 3414

Shortcut

Hi, The shortcut for expand/colapse line folds is the following: On the folded line(line with blue triangle on the left): While pressing left ctrl, press one of the "+" or "-" signs situated in the rightest part of your keyboard. Can you look and confirm again this combination is...
by Radu
Wed Jan 19, 2005 5:16 pm
Forum: XML Schemas
Topic: Validating unordered elements with additional requirements
Replies: 2
Views: 14959

Try this

Hello Maybe try would work: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="output"> <xs:complexType> <xs:cho...
by Radu
Tue Jan 18, 2005 10:34 am
Forum: Common Problems
Topic: Open network files
Replies: 6
Views: 6148

Done

I reported the behaviour to Sun.

Regards, Radu.
by Radu
Mon Jan 17, 2005 10:31 am
Forum: Common Problems
Topic: cant view them
Replies: 1
Views: 2253

Problem

Hi Steve, unfortunately we are using the file chooser supplied by java so we cannot control what the chooser component's behaviour should be. Maybe you should address your problems to the java bug database : http://bugs.sun.com/bugdatabase Alternately,(on windows) you can use the explorer to see you...
by Radu
Mon Jan 17, 2005 10:27 am
Forum: Common Problems
Topic: Open network files
Replies: 6
Views: 6148

Java problem

Hi guys, your problems are very easy to reproduce and you are absolutely right. Unfortunately we are using the file chooser supplied by java so we cannot control what the chooser component's behaviour should be. Maybe you should address your problems to the java bug database : http://bugs.sun.com/bu...
by Radu
Wed Jan 05, 2005 6:16 pm
Forum: Common Problems
Topic: SEVERE: SAAJ0532: Absent Content-Type
Replies: 3
Views: 6075

Bug

Hello, we use the free available apache http client. The problem was that the SOAP client was expecting a content-type parameter from the http server's response, parameter which we were not passing correctly.
So the received exception wasn't very clear as to the cause of the error.

Regards, Radu.
by Radu
Tue Jan 04, 2005 4:45 pm
Forum: Common Problems
Topic: SEVERE: SAAJ0532: Absent Content-Type
Replies: 3
Views: 6075

Known problem

Hello, we fixed a bug some months ago which adressed the imposibility of communication between our SOAP client and a Tomcat server. The exception you received is most probably due to the fact our http client did not parse correctly the response header sent back by the server. You can get the new 5.0...
by Radu
Tue Dec 14, 2004 6:55 pm
Forum: XML Schemas
Topic: Problem with whitespaces when parsing with Xerces
Replies: 1
Views: 15589

Workaround

Yes, indeed the root node has as children besides the directory nodes the line break text nodes. The safe thing to do (and that would work for any xml file no matter how many white spaces are between tags) would be that when iterating through the root's children to add this condition for each node: ...
by Radu
Mon Dec 13, 2004 10:11 am
Forum: Common Problems
Topic: xml output is a simgle line of text.
Replies: 1
Views: 2318

Maybe this would work

Hello,

Try adding this tag in the xsl stylesheets you work with (just below the xsl:stylesheet tag):

Code: Select all

<xsl:output indent="yes"/>
Tell us if you have any more problems,

Radu.
by Radu
Wed Dec 01, 2004 10:06 am
Forum: XSLT and FOP
Topic: Retrieving multiple values from an attribute
Replies: 4
Views: 16501

Small Test

Hi, I applied to this small xml file: <?xml version="1.0" encoding="UTF-8"?> <speech who="david bob alan"> </speech> this small stylesheet: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform&qu...
by Radu
Mon Nov 08, 2004 12:10 pm
Forum: XSLT and FOP
Topic: xsl-fo page numbering
Replies: 5
Views: 17628

Analysis

I started by transforming the xsl file you provided against an xml file ("samples/personal.xml" in my case). I unchecked the "Perform FO Processing" option and saved the result as "test.fo". To this output file I associated the "frameworks/fo/xsd/fo.xsd" schem...
by Radu
Fri Nov 05, 2004 12:54 pm
Forum: XSLT and FOP
Topic: xsl-fo page numbering
Replies: 5
Views: 17628

Sample, please

Hi,

We are having trouble creating a document to duplicate your problem.

Could you send a sample of the fo document for which you are experimenting this problem ( this means removing all sensitive data and leaving only the structure of the document).

Regards, Radu.
by Radu
Fri Nov 05, 2004 12:15 pm
Forum: Common Problems
Topic: Creating a DocBook from WSDL?
Replies: 6
Views: 4555

Sure

Hello. I understand from your post that you want to take a WSDL document and generate HTML documentation from it by extracting it's basic structure and any documentation annotations it may continue. Oxygen 5.0 has included in the "samples/wsdl/" folder a "doc-generator.xsl" style...
by Radu
Mon Oct 18, 2004 10:06 am
Forum: Common Problems
Topic: Problem with '.xslt' extension
Replies: 3
Views: 3846

Small rectification

The version 5.0 of Oxygen has added the "xslt" extension as a default extension and it appears in the filters along with the "xsl" version. So the operation I described above is no longer necessary for the "xslt" extension but can be performed for any other file extensi...
by Radu
Mon Oct 18, 2004 9:48 am
Forum: Common Problems
Topic: Problem with '.xslt' extension
Replies: 3
Views: 3846

Workaround

Hi, Thank you for posting this problem. If you have downloaded the newest Oxygen Editor Kit (version 5.0) you should add the "xslt" extension to the Options -> File Types panel and associate it with the XSL Editor. Then you should restart the Oxygen application. On restart, the "xslt&...
by Radu
Wed Oct 13, 2004 12:40 pm
Forum: Common Problems
Topic: XWatch evaluation error
Replies: 3
Views: 3816

Problem solved

Dear Kilhor,

Thank you for reporting this problem.
The problem was solved for all the debugging processors and the fix will be available in the next release.



Regards,
Radu.
by Radu
Tue Aug 17, 2004 10:10 am
Forum: Feature Request
Topic: Schema Documentation
Replies: 8
Views: 27304

Adnotation support

Hi , Kevin

The support for the "p, br, ul and li" tags that George talked about seems to have been introduced after the 4.2 version was launched.

So the next version will surely contain that.

Regards, Radu.
by Radu
Tue Aug 17, 2004 9:58 am
Forum: Common Problems
Topic: Breakpoint works on XML but not XSL
Replies: 15
Views: 17351

Breakpoints

Hi, Kevin. The debugger works basically by installing a listener on the chosen processor ( Saxon 6.5.3 or Xalan) and then receiving step by step the lines where to stop. If you set a breakpoint on a line where the debugger doesn't intend to stop that breakpoint will be ignored. This goes for both XM...
by Radu
Thu Aug 12, 2004 10:05 am
Forum: Common Problems
Topic: xml schema e include.
Replies: 3
Views: 6213

Hi, sorry for keeping you waiting. The imported file you can leave as it is. The header part of the file that imports the types(the first file that you listed) becomes: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.giustizia.it/Concorsuali/StatoPas...
by Radu
Wed Aug 11, 2004 5:54 pm
Forum: Common Problems
Topic: xml schema e include.
Replies: 3
Views: 6213

Cannot identify problem

Can you attach the complete files for your posting?
by Radu
Fri Jul 09, 2004 5:26 pm
Forum: Feature Request
Topic: Compare two xml documents
Replies: 4
Views: 7777

Vote for it

You can vote for the XML Diff feature to become a part of a future <oXygen/> version on the http://www.oxygenxml.com home page(right-hand side).

Last winner was XSLT Debugger and it was implemented.

Radu.