Search found 9081 matches

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.