Questions tagged [oxygenxml]

A suite of XML authoring, development and debugging tools.

oXygen XML Editor

oXygen Editor is a cross-platform application available on all the major operating systems and can be used either standalone or as an plugin.

oXygen is the best XML editor available, accommodating a large number of users ranging from beginners to XML experts. It is the only XML tool that supports all the XML languages. The and support is enhanced with powerful debuggers and performance profilers. You can use oXygen XML Editor to work with all XML-based technologies, including XML databases, pipelines, and web services.

Specially tuned for content authors, oXygen XML Author includes a configurable and extensible visual editing mode based on W3C stylesheets. With ready-to-use , , , and support, oXygen is the ideal XML authoring solution.

More information

http://www.oxygenxml.com/

156 questions
21
votes
2 answers

How do I ensure unique element values in an XML schema?

I want to ensure that there are no duplicate book titles in the following xml:
Nick Miller
  • 602
  • 1
  • 5
  • 12
4
votes
1 answer

Write a comment in XSD that will appear in auto-generated XML?

How can I write a comment in XML schema as below and that needs to be displayed in XML when we generate XML from XML Schema using Oxygen XML editor. < THIS is a request for BUSINESS > Above is displayed in comment tag
srinathshil
  • 93
  • 1
  • 2
  • 11
3
votes
2 answers

How to invoke an editor to specific line and character position relative to the line?

I am working on an application that supports the ability to launch an external editor on XML validation errors, where the validation error will include the specific line and character offset in the line the error occurs. For example, "74:62"…
ewh
  • 1,004
  • 9
  • 19
3
votes
2 answers

Creating MERGED file from ditamap and then filtering it

I'm a newbie in DITA OT and I am trying to get just the merged file from my ditamap and after upply xsl to it, but I dont need any other output. I was thinking that I could use some part of the dita-ot source code that is doing merging or to make…
Angela
  • 35
  • 5
3
votes
1 answer

XQuery collection() function on Web Dav server

I am using Oxygen XML Editor 17.0 (Saxon XQuery 9.6.0.5). Recently I have created a very basic XQuery code to perform some statistic measurements over the XML files on Web Dav server. Let's say I just want to count the number of .xml files in one…
proxx
  • 61
  • 3
3
votes
1 answer

How to generate random xml file that is semantically valid?

I want to use a random xml generator tool in order to perform random testing by generating random xml files from xsd. ( I am using Oxygen tool) The random generator will not apply semantic restrictions on the generated values. for example I have an…
2
votes
1 answer

Oxygen XML Editor and Saxon extension functions

I am posting to ask for help in getting my Saxon Extension functions to work in Oxygen XML Editor. I have created Java classes for the function definition, the function call, as well as an initializer class. I have the definition and function call…
twfurst
  • 165
  • 2
  • 13
2
votes
1 answer

Is it possible to reference a DITA element?

My goal is to provide a link to the start of a major section of documentation, which begins with a element as a section title only. I could not figure out a way to do this via a conref. In the main map file sequence.ditamap, the…
EtherealBug
  • 165
  • 11
2
votes
1 answer

Running XQuery in oXygen: Can't access Nodes Within a Document Node

I want to write a query that returns a specific element within an XML document, but when I use a path expression to return an element within a document (i.e. beyond the Document Node), it always returns an empty sequence. Here's the first few lines…
Ethan Powell
  • 100
  • 6
2
votes
0 answers

Is it possible to create toc.js, frameset.html, frameset-nav.html, graphicMap.xml using xhtml base plugin

Is it possible to create the toc.js, frameset.html, frameset-nav.html, graphicMap.xml files dynamically as like html2 base plugin using custom plugin I have created, plugin creation explained in below link custom plugin created I have created the…
User515
  • 186
  • 12
2
votes
1 answer

Can we copy a particular directory and files in the XHTML plugin in DITA OT 1.8.5?

Here is the code what I have tried, To copy the folders and files from the XHTML plugin - reource folder to the output location created by XHTML DITA-OT transformation. plugin.xml
Carol
  • 39
  • 5
2
votes
2 answers

What is the regular expression for the set of strings that validate exactly the same for xsd:token and xsd:string?

I want write an XSD to restrict the content of valid XML elements of type xsd:token such that at validation they would indistinguishable from the same content wrapped in xsd:string. I.e. they do not contain the carriage return (#xD), line feed (#xA)…
Michael
  • 285
  • 5
  • 14
2
votes
1 answer

Can't select XML attributes with Oxygen XQuery implementation; Oxygen XPath emits result

I learned that every Xpath expression is also a valid Xquery expression. I'm using Oxygen 16.1 with this sample XML: Anderson, Jeff Bishop,…
mdslup
  • 105
  • 1
  • 1
  • 8
1
vote
2 answers

ERR XTDE1425 while using Saxon - EE 11.4 On xml editor

I have the following lines of XSLT. When i try to transform my xml doc I receive the following: Cannot find a 1-argument function named Q{urn:js}RoundOff() I believe that there is no issue with the actual script just something that I need to change…
1
vote
1 answer

Insert XML with Namespace into source xml with using XSLT

I have scenario where I want to insert or append (insert.xml) into main xml (source.xml) using xslt. Namespace is one of the key constrain here the source.xml contain all the namespace that insert.xml has. My source file look like this (see…
Ajay Chandran
  • 83
  • 1
  • 8
1
2 3
10 11