Search found 9078 matches

by Radu
Thu Sep 22, 2005 4:28 pm
Forum: Common Problems
Topic: ${cf} with the extension included?
Replies: 1
Views: 2203

Hello Dave, Th reason the External Tools editor does not support a macro like you suggested is that it was originally intended for external transformations where the current file name without extension could be used to compose the output file name. I'm placing a bug do add an additional macro to the...
by Radu
Wed Sep 21, 2005 8:17 am
Forum: General XML Questions
Topic: Basic Xinclude question
Replies: 5
Views: 9286

Dear George The right way to use XInclude is the way described in your first post with files afile.xml and bfile.xml. You just have to go to the Options Menu -> Preferences -> XML Parser Options and select the "Enable XInclude" checkbox. You can read more about the XInclude support in Oxyg...
by Radu
Tue Sep 20, 2005 9:42 am
Forum: Common Problems
Topic: 6.2 fails to create directory ~/.profile on Linux
Replies: 1
Views: 2310

Hi

The error is received because the frameworks support in Oxygen tries to create a ".profile" directory at startup in the user home.
This however does not affect in any way the application's functionality.

Regards, Radu.
by Radu
Mon Sep 19, 2005 8:50 am
Forum: General XML Questions
Topic: beginners only,,,,,just like me..... to be help by expirts l
Replies: 2
Views: 5920

Hi, The code you presented above is written in the XQuery language. In order to execute it in Oxygen you have to create a new XQuery document and paste it in the document as follows (notice that the code is surrounded by tags): <root> { for $x in doc("Bookstore.xml")/Bookstore/Book return ...
by Radu
Wed Sep 14, 2005 1:51 pm
Forum: Common Problems
Topic: Tree Editor removes DOCTYPE definition
Replies: 1
Views: 1922

Hi Thank you for reporting this bug. Indeed the Tree Editor removes the DOCTYPE declaration when saving the tree back to XML format. We fixed this and the fix will be soon available in the 6.2 release. As a workaround you can go to Oxygen Options Menu -> Preferences -> Tree Editor and check the &quo...
by Radu
Tue Sep 06, 2005 10:40 am
Forum: Common Problems
Topic: Validating SOAP response messages fails with E cvc-elt.1:
Replies: 3
Views: 9148

Hi Bob The problem is that the file you are trying to validate does not hava a reference to the schema used for validation. There are actually 2 solutions to this problem: 1) Without modifying the SOAP response xml file. Open it in Oxygen, click the toolbar button called "External Validation&qu...
by Radu
Wed Aug 31, 2005 1:47 pm
Forum: Feature Request
Topic: Visual 'busy' cue
Replies: 4
Views: 7830

Hello The progress indicator that you see is for the opened schema. After that the schema diagram viewer downloads recursively all the imported schemas in order to parse them. This operation indeed shows no progress. We placed a bug so that some visual busy cue should be seen during the operation. I...
by Radu
Wed Aug 31, 2005 1:28 pm
Forum: XSLT and FOP
Topic: unicode numbers suddenly apearing in output
Replies: 1
Views: 3465

Hi, You have residual quotes in your stylesheet which are escaped in the output. Just try deleting the quotes after the xsl:value-of element like in: <xsl:value-of select="value[@name='module']"/>" should go to: <xsl:value-of select="value[@name='module']"/> Regards, Radu.
by Radu
Wed Aug 31, 2005 11:59 am
Forum: Feature Request
Topic: Open file dialog - default search directory
Replies: 13
Views: 17013

Hello,

We made changes so that the default directory in the "Open..." dialog will be the same as the current active file in the editor.
The changes will be available in the next Oxygen version.

Regards, Radu.
by Radu
Wed Aug 31, 2005 8:48 am
Forum: Common Problems
Topic: Splitting XML files
Replies: 1
Views: 1962

Hello Johannes For such files you can go to Preferences -> Editor/Tag Insight/Default page. -- For Oxygen 5.1 you will have to choose the DTD, Schema or RNG file that will drive the content completion for all files that do not have an associated schema/dtd. --Starting from Oxygen 6 the options are m...
by Radu
Mon Aug 29, 2005 8:19 am
Forum: XML Schemas
Topic: Validate fails with local file schemaLocation imports
Replies: 4
Views: 8389

Hi Allen,

Try removing the "file:" prefix before the relative locations in all the files like:

"http://www.test.com file:foo.xsd" => "http://www.test.com foo.xsd"
"file:bar.xsd" => "bar.xsd"

Regards, Radu.
by Radu
Fri Aug 26, 2005 1:47 pm
Forum: XSLT and FOP
Topic: unparsed text
Replies: 10
Views: 9611

Hi, The second version is the correct one but you need to do three more things: When configuring the transformation scenario select in the combo Saxon8B as the desired XSLT processor. Also please make sure that in the Preferences/XSLT Options page the Engine Used for XSLT 2.0 validation is Saxon8B a...
by Radu
Thu Aug 25, 2005 9:50 am
Forum: Other Issues
Topic: Generate wsdl from xml schema
Replies: 4
Views: 33011

Hi Sam,

We placed a bug to analyse the possibility of creating a stylesheet to transform from XML Schema to a sample WSDL file.
As far as I searched there does not seem to be something open source for that.

Regards, Radu.
by Radu
Wed Aug 24, 2005 1:52 pm
Forum: Feature Request
Topic: WSDL Analyser
Replies: 3
Views: 4943

Hi Franck You probably analyse your wsdl file by going to the "Tools" menu and clicking "WSDL SOAP Analyser". After that the "WSDL File Opener" Dialog appears. In this dialog you can click the last button on the right to open the specified WSDL file in the editor. About...
by Radu
Wed Aug 24, 2005 1:20 pm
Forum: Feature Request
Topic: WSDL Analyser
Replies: 3
Views: 4943

Hi Franck Before a WSDL file is analysed and presented in the WSDL Analyser Dialog the file is checked to be well formed (if it is not, the analysis does not continue), then it is validated against the WSDL XML Schema. The warning message that you receive occurs in this phase. Because WSDL is not ye...
by Radu
Wed Aug 24, 2005 11:27 am
Forum: Common Problems
Topic: problem creating xml document with DTD
Replies: 2
Views: 2625

Hi Frank The easiest and recommanded way to make a TEI XML file is to click the New From Templates Button located on the toolbar and choose the type of TEI document you want to edit. The DTD file that you chose (tei2.dtd) does not contain any elements so that's there are no entries in the document r...
by Radu
Wed Aug 24, 2005 8:25 am
Forum: Common Problems
Topic: diff command line
Replies: 4
Views: 3339

Hi, Starting with Oxygen version 6.1 this is possible. In the Oxygen installation folder there are 2 executable shells (diffFiles.bat and diffDirs.bat if running on Windows) You can give one or two command line arguments to each of the shells. Eg: To start diff between 2 directories diffDirs.bat &qu...
by Radu
Mon Aug 22, 2005 3:54 pm
Forum: Other Issues
Topic: Generate wsdl from xml schema
Replies: 4
Views: 33011

Sorry for the delay

Hi Sam I understand you are trying to generate a sample WSDL schema based on the types or elements found in an XML Schema. No, Oxygen does not posess this feature. I found this link on the web: http://www.capescience.com/webservices/schema2wsdl/index.shtml They probably have a stylesheet which is ap...
by Radu
Fri Aug 05, 2005 4:52 pm
Forum: Common Problems
Topic: Keyboard shortcut for "Close all tabs" does not wo
Replies: 6
Views: 8499

Hi, Yes you are right. The problem seems to be that the results tab for the external tools has an editable text area inside which captures the keyboard shortcuts. We placed a bug for this and a fix will be available in the next version. Meanwhile you can close any tab by pressing the middle mouse bu...
by Radu
Fri Aug 05, 2005 4:43 pm
Forum: Common Problems
Topic: Ant Support in oXygen Eclipse Plugin
Replies: 2
Views: 3743

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

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

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

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

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

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

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

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

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