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

com.elovirta.ooxml v.1.4.0. merged cells from html not being processed correctly

Dita-ot 3.7.4, com.elovirta.ooxml v.1.4.0 plugin problem with handling merged cells conversion example The html input is a table with merged cells. The output (docx) is expected to have a similar table. Ditamap example:
donHenaro
  • 1
  • 1
0
votes
3 answers

Generate Schematron "see" attribute value

I would like to dynamically generate the Schematron see attribute based on the the user home's directory. I could not get this working. Do you have an idea if this is possible? It needs to work in Oxygen XML. I am not sure if this is technically not…
Stefan Jung
  • 1,209
  • 11
  • 20
0
votes
0 answers

xpath - How do I include all elements in an element in the output?

Is there any way to display the the whole in the output, including the text that is inside another element like or ? Also, I want both elements in the output. With if //*[@xml:id='sooke']) then ('Description:',…
ghosty
  • 21
  • 3
0
votes
2 answers

xslt unwanted @part adds in transformation

I'm trying to do a basic XSLT transformation of the first

tag into a tag. It works, but problem is that I use the template for the other

tag and it results in a

with this annoying @part. this is the XML tree…

Tek
  • 35
  • 3
0
votes
1 answer

Oxygen XML editor webhelp (HTML) output tags issue in Notepad++

I am using Oxygen XML Editor tool for creating HTML output. When I create one HTML output and open its index file in the notepad++, I see tags like dl, dt, and dd instead of tags like ul and li. Can anyone tell me the issue here? Can we customize…
Gaurav
  • 3
  • 2
0
votes
1 answer

DITA: reuse the same text multiple times with different variable setting for each instance

I'm working on a document where, among other things, I need to explain two units that are very similar. I want to reuse text in both descriptions, but I want to use the name of the units in the shared text, and to configure a form of…
ArneA
  • 11
  • 1
  • 1
  • 3
0
votes
2 answers

XQuery: Unexpected token "insert nodes" at start of expression

I'm using the Oxygen XML Editor to learn Xquery, and I've opened one of their sample files: xquery version "3.1"; (:The Saxon EE processor must be set in the XQuery transformation scenario for this example. :) declare base-uri…
RustyToms
  • 7,600
  • 1
  • 27
  • 36
0
votes
0 answers

I have Hebrew Bible files in XML with one format but i need it in TEI p5 format. Is there anyway i can convert it?

I have a Tanach.us xml file with the following file format ... or or containing…
user jha
  • 131
  • 1
  • 4
0
votes
1 answer

Run XSLT transformation on multiple XML files with XProc

I have a directory with a bunch of files, some of which follow the naming convention 001.xml, 002.xml, 003.xml etc. I also have an XSLT stylesheet that I want to apply on every single of those files, but not other files in the directory. I want to…
Tench
  • 485
  • 3
  • 18
0
votes
1 answer

Schematron to check if metadata element has been updated

I am trying to create a schematron that checks if the metadata element with keywords exists and if it has been updated. I have the code to check if the metadata exists but I am unsure of what to add to check if the metadata has been updated. This is…
google
  • 13
  • 3
0
votes
3 answers

Create a schematron to check for fig elements NOT to be wrapped in P elements

I am trying to create a schematron that will point out where a fig element has been wrapped around a p element. I prefer to have the p element end and then the fig element begin. I have found a template to ensure the fig IS wrapped by the p element…
google
  • 13
  • 3
0
votes
1 answer

XSLT problem: The required item type of the first operand of '/' is node(); the supplied value xs:base64Binary is an atomic value

so I'm having weird problems with an XSL transformation. I am trying to get distinct values from files in a folder. Path to objects in folder: Variable for distinct…
l.surname
  • 55
  • 5
0
votes
2 answers

Unwanted new attributes in XML-output after XSLT

I want to transform a XML file using XSLT. During the transformation, there are new attributes added to the output file which I can't get my head around. Input XML file (abbr.):
l.surname
  • 55
  • 5
0
votes
2 answers

XQuery How can I get the name of the Artist from the JSON

I have the following JSON file { "href": "https://api.spotify.com/v1/playlists/37i9dQZF1DX2RxBh64BHjQ/tracks?offset=0&limit=100&additional_types=track", "items": [ { "added_at": "2021-11-29T23:29:54Z", "added_by": { …
zedd
  • 17
  • 4
0
votes
1 answer

Is there any limitation on the number of topic references in ditamap

The DITAMAP loads the topic references in the DITAMAP dashboard very slowly in AEM, sometimes it hangs when there are a lot of topic references. I have tried segregated by creating smaller DITAMAP's and referencing those into the parent DITAMAP, but…