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
1
vote
0 answers

How to to reuse content between two DITA maps and keep the folder structure

I am using Oxygen XML Author and I have two maps that have a lot of similar content. Right now, the content is not reused, but it would be great to make it reusable. The maps are called InstallGuide.ditamap and AdminGuide.ditamap they are stored on…
Vladimir Markiev
  • 263
  • 1
  • 13
1
vote
1 answer

DITA OT returns flat topic structure

I am having issues in DITA getting the structure I want using the open toolkit. My bookmap contains chapters which reference DITA maps.
Aaron
  • 95
  • 1
  • 11
1
vote
1 answer

paste AuthorDocumentFragment (Oxygen) into TextArea (Java swing)

I want to paste AuthorDocumentFragment (Oxygen) into TextArea (Java swing) of my modal dialog. But the element AuthorDocumentFragment is not supported for textarea. What do I do with this? My code: public void doOperation(final AuthorAccess…
1
vote
2 answers

writing xquery that can search all documents in marklogic using oxygenXML

I'm using marklogicn 9.0-8 on windows 10. I have oxygenXML editor 21 enterprise version. I want to use oxygen connecting to marklgoc, then I can write xquery code inside oxygen, this xquery code can search/look at all the documents inside marklogic…
Helen
  • 171
  • 16
1
vote
1 answer

XSLT: sorted list from multiple elements

I want to create a alphabetically ordered list from an xml file. In the Xml file I have many which should be part of the list, I simply select them all by //index-elements. I also want to add another kind of elements, called ,…
Ole
  • 161
  • 1
  • 3
  • 12
1
vote
1 answer

OxygenXML: add an ad hoc attribute to teiCorpus framework

I use teiCorpus framework in Oxygen XML editor (version 19.1) to encode a Ugaritic corpus in Latin characters. I would like to add an ad-hoc attribute--that doesn't exist in TEI: correspUnic. Is it possible and how to do it? I think I need to use…
Vanessa
  • 121
  • 12
1
vote
2 answers

Using if statements on two XML documents

I have two XML docs Students.xml and Admission.xml, I need a xquery to return the Student ID and Student Name of students who have completed 30 days from the admission date. I am confused on how to join them and to use a condition to come up…
Abraham
  • 23
  • 4
1
vote
2 answers

Select child element CSS

I am using the Author Mode in Oxygen Editor and I want to create a general CSS for many XML files. I want to be able to select child of a given element, without having to have previously specified the name of the child (only of the parent element),…
Lju
  • 117
  • 5
1
vote
1 answer

Attribute Selector not working in Oxygen

I am having trouble with the CSS Attribute Selector in Oxygen XML Editor 19.1. I used this example CSS selectors in Oxygen for creating a table, but instead of elements as table-cells I want to use the attributes of an given element. My XML…
Lju
  • 117
  • 5
1
vote
0 answers

XSLT: convert xml element into json and keep the tree structure

I was wondering if there is already a good solution for this potential frequent problem. I only want to get elements with a specific name from an xml document, e.g. and get all the occurrences in the document and convert it into the json…
Ole
  • 161
  • 1
  • 3
  • 12
1
vote
1 answer

Oxygen XML Eclipse plugin download location

Where can I download the Oxygen XML Eclipse plugin? I'm looking for a full download link, not the update site for use with Eclipse update. I have the following URL for that: http://www.oxygenxml.com/InstData/Eclipse/site.xml Also, is the plugin…
srinannapa
  • 3,085
  • 8
  • 49
  • 66
1
vote
0 answers

Error while trying to serialize as JSON in XQuery 3.1 with Saxon 9.7.0.19

I am trying to run the example 24-12 in Priscilla Walmsley's XQuery book. xquery version "3.1"; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "json"; declare option output:indent…
Loren Cahlander
  • 1,257
  • 1
  • 10
  • 24
1
vote
1 answer

XSLT - HTML id attribute without quotes

For my output HTML file, I have to produce a div element with an id attribute, but the value of the attribute shouldn't stand in quotes, just like in this example:
...
. Everything what I want to have, works perfectly when I use…
Ole
  • 161
  • 1
  • 3
  • 12
1
vote
1 answer

XSLT - Add a child node within another node and move content to new node

I have some XML like this:
Content here
I need to turn it into this

Content here

The values of the id attributes will be different for each div. Is there a simple transform I can use to…
1
vote
1 answer

Need to right to left align using DITA-OT for arabic language

I'm converting DITA to PDF using DITA-OT 1.8.5 for the arabic input file. After I got convert I'm getting the left to right align view for the PDF output. I need the right to left alignment with the right indent, Please suggest me the coding from…
User501
  • 319
  • 1
  • 14
1
2
3
10 11