Search found 9059 matches

by Radu
Fri Aug 05, 2005 4:43 pm
Forum: Common Problems
Topic: Ant Support in oXygen Eclipse Plugin
Replies: 2
Views: 3742

For anybody else with this problem

Hello Christopher The schematron validation is based on applying stylesheets over the XML documents received as input. Transformation steps: 1) Download files schematron-message.xsl <http://www.ascc.net/xml/schematron/1.5/message1-5/schematron-message.xsl> and skeleton1-5.xsl <http://www.ascc.net/xm...
by Radu
Thu Aug 04, 2005 11:38 am
Forum: Common Problems
Topic: Keyboard shortcut for "Close all tabs" does not wo
Replies: 6
Views: 8491

Hi, There are 2 actions for which you can configure shortcuts that start with Close All: "Close all tabs" from the 'Results" category closes all the result tabs (eg: validation error tabs in the south area of the editor) "Close All" from the "File" category which c...
by Radu
Fri Jul 22, 2005 4:43 pm
Forum: XSLT and FOP
Topic: skip same line with Saxon
Replies: 3
Views: 5547

Hi, You could make an empty file called "MyDtd.dtd" and place it in the same directory with your xml file. The processor only checks if the dtd file is valid and does not try to validate the xml file in accordance to the dtd file so the transformation will succeed. If this is not acceptabl...
by Radu
Fri Jul 22, 2005 2:24 pm
Forum: XSLT and FOP
Topic: How to display a limited number of records using xsl?
Replies: 1
Views: 4730

Hi, The main idea is to group the nodes in the document 10 at a time and then display each group in its own table. The following stylesheet (version 2.0) when applied to the "personal.xml" file located in the Oxygen "samples" folder will output for each group a new HTML file. Eac...
by Radu
Fri Jul 22, 2005 10:55 am
Forum: General XML Questions
Topic: XPATH help
Replies: 1
Views: 7609

Hi,

For this XML file:

Code: Select all


<root>
<a id="1"/>
<a id="2"/>
<a id="3"/>
</root>
The following XPath

Code: Select all

//a[@id < 3 and @id >1]
gives as result the node a with id = 2.

Hope this helps.
Regards, Radu.
by Radu
Thu Jul 21, 2005 1:27 pm
Forum: XSLT and FOP
Topic: XSLT transforming with Eclipse IDE
Replies: 1
Views: 4606

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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