Search found 9084 matches

by Radu
Thu Jul 21, 2005 1:27 pm
Forum: XSLT and FOP
Topic: XSLT transforming with Eclipse IDE
Replies: 1
Views: 4610

Hi, I'm sorry but I don't really understand your problem. 've been trying to make certain lines go bold or italicized to no avail. What kind of lines? Lines in the editor or lines in the transformation output? Are you trying to use syntax highlight in your editor or are you trying to use bold or ita...
by Radu
Fri Jul 15, 2005 3:02 pm
Forum: Feature Request
Topic: Tree Editor and XPath
Replies: 1
Views: 5291

Hi, We placed your request on the bug list for version 6.2. We will probably add a "Copy XPath " menu item in the context menu so that you can right click a tree node, select "Copy XPath" and then paste it where needed, just like it works in the editor. In the meantime you may fi...
by Radu
Tue Jul 12, 2005 2:54 pm
Forum: Common Problems
Topic: Problem with WSDL Soap Ana,yser
Replies: 1
Views: 4132

Hi Eric This error means that the HTTP client cannot send the composed SOAP request to the "www.xignite.com" server. I tested the same sample wsdl file and it works for me. This means either you are passing through a proxy in which case you should set this proxy in the Oxygen -> Preference...
by Radu
Thu Jun 30, 2005 2:04 pm
Forum: XML Schemas
Topic: Cannot resolve the name 'xmldsig:Signature' to a(n) 'element
Replies: 4
Views: 34826

Hi Ivan The error you are receiving signifies that the signatures schema is not referred correctly in the import statement. By the way, I notice that you are not using Oxygen for validation (the errors Oxygen gives for validation do not have the format that you are describing). If you are running Ox...
by Radu
Thu Jun 30, 2005 11:37 am
Forum: XML Schemas
Topic: Cannot resolve the name 'xmldsig:Signature' to a(n) 'element
Replies: 4
Views: 34826

Some problems

Hi, First of all the xml file should point to the main xsd schema like this: <PeticionFirmada xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="path/to/schema/main.xsd"> So the attribute xsi:noNamespaceSchemaLocation is added and points to the m...
by Radu
Fri Jun 17, 2005 5:26 pm
Forum: XSLT and FOP
Topic: import/include/etc.
Replies: 9
Views: 10349

Hi, Appending header and footer to an XSL Transformation result is easy in Oxygen. Just edit the scenario you are using for transformation, press the "Append header and footer" button and input the 2 files from which the header and footer parts will be read. and appended to the result Impo...
by Radu
Wed Jun 15, 2005 8:49 am
Forum: Common Problems
Topic: Entity completion list is wrecked by long entity text
Replies: 4
Views: 4869

Hi Mark, After your first post we limited the width of the content completion window to 100 characters max. Probably you are using a very large font and you have a low display resolution so that 100 characters are large enough to exceed your display limits. We are investigating the possibility to lo...
by Radu
Tue Jun 07, 2005 2:30 pm
Forum: Common Problems
Topic: Diff/Merge on Linux
Replies: 5
Views: 4568

For anyone else having this problem on Oxygen 6.0

The "Format and indent document on open" option from the Oxygen Preferences/Editor/Format page when selected interferes with the way in which the Diff Files Utility opens files. This was added to our bug list and will be fixed in the next minor version. As a workaround you can uncheck that...
by Radu
Fri Jun 03, 2005 11:34 am
Forum: Common Problems
Topic: Diff/Merge on Linux
Replies: 5
Views: 4568

Hi,

Please write us an email at support@oxygenxml.com and we will provide you with a log file to find out more debug information about the behaviour of the application on your platform.


Regards, Radu.
by Radu
Wed Jun 01, 2005 9:09 am
Forum: Common Problems
Topic: [WSDL Analyzer] No operation can be associated with the bind
Replies: 2
Views: 4152

Hi, The <wsdl:service> specifies a <wsdl:port> which points to a certain binding: <wsdl:port name="Echo" binding="ec:EchoSOAPBinding"> The binding being described in the same document has the target namespace http://www.larim.polymtl.ca/myapp/webservice but the port tries to refe...
by Radu
Tue May 31, 2005 11:26 am
Forum: Common Problems
Topic: How can I automatically build wsdl files with SOAP?
Replies: 5
Views: 4131

Hi, I posted an answer last night but we had forum problems and it seems it was not processed. The Apache SOAP I downloaded does not have any utllity to transform from java to wsdl. Maybe this link would be useful: http://www.scottnichol.com/vbnetclientapachesoap.htm It speaks about a java2wsdl util...
by Radu
Fri May 27, 2005 10:34 am
Forum: Feature Request
Topic: Visual 'busy' cue
Replies: 4
Views: 7833

Hi, Version 6: When opening a number of (modularized) XSD files from a WebDAV server there is no visual clue (i.e., cursor change) indicating that the editor is busy. When files are opened via WebDav a progress dialog appears so that adding a buzy cursor would not be necessary. On more than one occa...
by Radu
Fri May 27, 2005 10:11 am
Forum: Feature Request
Topic: No icon view
Replies: 1
Views: 5540

Hello Jamie

Thank you for contacting us.
For the moment Oxygen does not allow you to customize the buttons that appear on the toolbar. But we will consider this request for a future version.


Ragards, Radu.
by Radu
Fri May 27, 2005 9:47 am
Forum: XML Schemas
Topic: Multiple imports for the same name space?
Replies: 1
Views: 15942

Hi, Oxygen uses Xerces for validation. Xerces only uses the first <xsd:import> for each namespace. It ignores subsequent ones, leading to problems if you, as in this example, have multiple schemas with the same namespace imported in the same schema. Having reported this as a bug in Xerces, it was po...
by Radu
Fri May 27, 2005 8:33 am
Forum: Common Problems
Topic: WSDL SOAP Analyser - Problems with Security
Replies: 4
Views: 4502

For anyone else with the same problem on Oxygen 6.0

We managed to fix the problem with the sending of a SOAP request to a server that requires basic authentication. The HTTP client was caching the connection and reusing it to send the user and password to the server instead of creating a new connection for this purpose. We disabled caching for the co...
by Radu
Tue May 24, 2005 11:47 am
Forum: Common Problems
Topic: How can I automatically build wsdl files with SOAP?
Replies: 5
Views: 4131

RE

Hi, Well, it depends on what SOAP application you are using. For example getting the Version.wsdl sample file when using Apache AXIS integrated in Tomcat on the same computer the following URL builds it: http://127.0.0.1:8080/axis/services/Version?wsdl So the URL above actually points to the Version...
by Radu
Mon May 23, 2005 11:22 am
Forum: Common Problems
Topic: WSDL SOAP Analyser - Problems with Security
Replies: 4
Views: 4502

RE

Hello Dalton, To provide HTTP support, the standalone version of Oxygen uses the apache jakarta HTTP client. The message you received comes from that component and we do not have direct influence upon it. We received in the past some reports on this message and will add this on or bug list and try t...
by Radu
Mon May 23, 2005 11:12 am
Forum: Other Issues
Topic: Preventing pop-ups
Replies: 14
Views: 22619

RE

Dear Peter, I am sorry but I did not understand exactly the nature of your problem. So, as I understand from your second post, you want to disable the pop-up window completely. But also, if you type the start of a tag for example in an XML Schema typing "<xs:ann" you want to trigger auto c...
by Radu
Mon May 23, 2005 8:52 am
Forum: Common Problems
Topic: WSDL Soap analyzer
Replies: 2
Views: 3245

Connection problems?

Hi, I sent a SOAP request made up from the "xStatistics.wsdl" file from the "samples/wsdl" folder and the server responded fine. Is your connection to the internet passing through a proxy? If this is the case and you are running the standalone version of Oxygen you have to go to ...
by Radu
Mon May 23, 2005 8:39 am
Forum: Other Issues
Topic: Preventing pop-ups
Replies: 14
Views: 22619

Disable Tag Insight

Dear Peter Robertson In the Oxygen options menu in the Preferences/Tag insight/Features page there is a "Use Tag Insight" option. This option disables the pop-up to appear every time you press "<". On the other hand, you can force the pop-up to appear at any time by pressing the ...
by Radu
Wed May 18, 2005 10:19 am
Forum: XSLT and FOP
Topic: Embedding xsl in a URL...is this possible??
Replies: 1
Views: 5636

Correct approach

Hello, Betty I changed the xsl snippet that you provided to the following: <xsl:element name="img" > <xsl:attribute name="src"> <xsl:text>http://uk.multimap.com/clients/gif.cgi?client=activeh&scale=200000&width=215&height=215&lon=</xsl:text> <xsl:value-of select=&...
by Radu
Wed May 18, 2005 8:28 am
Forum: Common Problems
Topic: How to change the language to English on OS X 10.3.9?
Replies: 1
Views: 3631

How to switch to English

Hello, Winfried

You should open the "Optionen" Menu, select the "Einstellungen" menu item, then, from the right panel select from the combo named "Sprache" the desired language. Then press OK and restart Oxygen.

Hope this helps. Regards, Radu.
by Radu
Wed May 11, 2005 12:32 pm
Forum: Common Problems
Topic: Problem with "Add all to project"
Replies: 1
Views: 2929

Problem fixed

Dear Peter,

Thank you for the input.
There is indeed a problem with the "Add all to project" action in the Oxygen 5.1 version.
We fixed the problem and the fix will be available in the next version.

Regards, Radu.
by Radu
Fri Apr 08, 2005 8:40 am
Forum: Common Problems
Topic: Hard line return in text documents
Replies: 4
Views: 3934

Bug indeed

Hi Roger, Thanks for the input. This is indeed a bug. An option that should have only interfered with xml style documents (the "Enable Smart Enter" option in the Preferences/Editor/Format page which is selected by default) interferes with the text editor causing an internal exception to oc...
by Radu
Thu Mar 24, 2005 10:23 am
Forum: Common Problems
Topic: Remote WSDL Usage
Replies: 1
Views: 2709

Re:Remote WSDL Usage

Hi, The Oxygen analyser first tries to validate the wsdl document that you try to open via the wsdl file opener. For some reason or another the validation seems to fail. In order to work around this you can open the wsdl file in Oxygen with the standard URL opener or by clicking the third button on ...
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: 5300

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

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

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

Is this what you're looking for?

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

Code: Select all

&#32;
by Radu
Tue Feb 08, 2005 11:14 am
Forum: Common Problems
Topic: Problems Formatting WordML documents
Replies: 4
Views: 4264

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