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
0
votes
1 answer

Using XPath to refactor xml in oxygen

I have an xml doc that I am trying to reorganize and reformat. I have been trying to use oxygen's refactoring tool to wrap specific elements or group of elements. But instead of grouping the desired elements together, it just wraps each matched…
0
votes
0 answers

xsl:result-document tag is not working when implemented from Java

I referred [stackoverflow][1]before posting this issue , as getting same issue I hope to ask from you all.. I have a XSLT transformation for creating four outputs using xsl:result-document when I run this using oxygen tool it is created required…
user2490093
  • 69
  • 10
0
votes
2 answers

XSD Schema Unique Constraint not Working for Numeric Values?

Consider this XSD Schema, resulting in the following graph
KarmaEDV
  • 1,631
  • 16
  • 27
0
votes
1 answer

Using conkeyrefs in DITA-ot

We have a lot of customers and several group of words in customer specific documentation with different suffixes. Sometimes we need to update the words that are included in the customer documentation. To make it easier the words are stored in tables…
user2666249
  • 117
  • 10
0
votes
1 answer

OXygen Implementation of XQuery: Why Can't Path Expressions Return Attribute Values Directly?

Previous Stack questions indicate that in certain implementations of XQuery, returning attributes directly from a path expression (e.g. `$doc//@name') fails to display results and yields runtime errors: Can't select XML attributes with Oxygen XQuery…
Ethan Powell
  • 100
  • 6
0
votes
2 answers

Replace node value using value from same node in another file

I have two input files: file1.xml and file2.xml, with same structure but different contents (of source and target nodes). file1.xml (simplified version)
msoutopico
  • 357
  • 3
  • 15
0
votes
2 answers

Why doesn't this XPath query work as I assumed? (searching for elements with some @ while excluding those with other @)

I have the following query (XPath 2.0): //xref[contains(@href,'#') and @class='- topic/xref ' and @type!='step' and @type!='fig' and @type!='substep'] As you can see, I want to find topic/xref elements with a hash in their href attribute. I want to…
0
votes
1 answer

Include Schema validation (.xsd) in Schematron validation (.sch) [not the other way around]

Since it is easier and less verbose to enforce data structure in an XSD file than it is in a Schematron and since we already have working XSD files to validate single entities, I would like to include these as a first validation phase in my…
KarmaEDV
  • 1,631
  • 16
  • 27
0
votes
1 answer

trouble with variables value not available

Assuming that : Can someone explain me why this is retrieving some data :
Edern Rio
  • 1
  • 2
0
votes
1 answer

Is this possible to change existing xhtml dita ot plugin as customised plugin

Is this possible to change the existing base DITA OT XHTML plugin as customized plugin If possible means please give me guide lines As required name of the plugin is com.process.xhtml and trans type should be xhtml-ver-5 after that what are the…
User515
  • 186
  • 12
0
votes
1 answer

Need to combine 4 xml file into a single xhtml using XSLT

I'm having 4 xml file, i need to combine that as single XHTML file format using XSLT transformation in Oxygen. My first.xml file: intro1

intro1

My Second.xml…
User515
  • 186
  • 12
0
votes
1 answer

Is it possible that a directory copied and pasted to a particular directory using XHTML plugin in DITA OT 1.8.5

Is it possible that a directory or a file copying from 'resource' folder in org.dita.xhtml to out put folder generated by the XHTML DITA OT transform. If its possible using xsl changes in plugin its possible means provide me the code. Any other way…
User515
  • 186
  • 12
0
votes
1 answer

Debug in oXygen

I am writing test files that test functionality of an XSLT library. For this, I embed tiny XSLTs in the XML file itself so that I don't need a separate XML and XSLT file for each test. This looks somewhat like this:
Thomas W
  • 14,757
  • 6
  • 48
  • 67
0
votes
0 answers

XML Transformation using XSLT in Oxygen

Hi I just need to convert the DIta xml into xml file using XSLT: My Input xml file is
User515
  • 186
  • 12
0
votes
1 answer

XSLT checking values in multiple nodes

I have the following XML, which I need to extract the param value based on a child node attribute using XSLT. In this case extract a list of the activities my students are part of: XML
gogasca
  • 9,283
  • 6
  • 80
  • 125