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

Why does Oxygen not accept the doctype-element of my DTD document?

I have written a DTD-document which will serve as a standard for xml-tagging texts in a corpus. (I am relying on using Oxygen (or similar xml-handling software) to help me fill out the attributes of each tagged element in these texts, or the task…
Ingrid
  • 1
  • 1
0
votes
1 answer

having problems opening DITA files in OxygenXML which contain special characters

I am having problems opening files which contain special characters like é, è, ë, ê, à, á, ö, etc. The error message I get from OxygnXML is: File encoding (UTF8) does not support all characters from the current file. To ignore these errors or to…
WITI
  • 47
  • 5
0
votes
1 answer

How to use Key in XSLT Oxygen

I am trying to get the output based on two separate nodes in XML using key concept of XSLT I have below XML
Pravin
  • 3
  • 3
0
votes
1 answer

How to sent a multipart/form-data POST request with XProc's p:http-request

I'd like to send a document using a multipart/form-data POST request with XProc's p:http-request function; Multi-part is needed as there are a few form fields that need to be sent too. I just can't get the content of the file (an XSD file in my…
DiZzZz
  • 621
  • 3
  • 12
0
votes
1 answer

Hide a topic from PDF output at xsl level

I have a topic, which only contains some metadata (childs of prolog and some custom elements too) of the documentation. The contents of these elements is displayed in headers and footers in the acutal PDF output. My problem: now the referred topic…
0
votes
3 answers

Saxon xquery validation fails - help needed to understand behavior

Whilst i am using Saxon java api to execute the following xQuery, i am unable to understand why the following execution / validation fails ? (Interestingly , when i replace and clause with or in the if statement, the query validation is successful…
Madhan
  • 65
  • 5
0
votes
1 answer

Custom frameworks in BaseX (as Oxygen alternative)?

Oxygen is certainly the most common software used for digital editing, but it requires a licence, which can be a huge obstacle in teaching. This is why I was wondering if BaseX could be an alternative. One great advantage of Oxygen is that it…
OnceUponATime
  • 450
  • 4
  • 12
0
votes
1 answer

How to use Oxygen XML transformation to .docx using dita.pdf2 formatting template?

I made a custom template for dita.pdf2 which i set up in transformation parameters as "customization.dir". I'm happy with how it's working, but now I need to use same customization to export document in DOCX format. What are the easy ways to do it…
Maria M
  • 3
  • 1
0
votes
2 answers

Warning: unrecognized element xsl:variable online running saxon but not in Oxygen, why?

I have a schematron-file looking like this (as simply as possible)
Bert Verhees
  • 1,057
  • 3
  • 14
  • 25
0
votes
1 answer

How To change excel rows into oxygen dita column using xml script?

I have an xml script whose input is taken from an excel sheet and output goes into an dita oxygen file.we cannot modify the excel sheet and dita file .we can modify only the script.we have to modify the script so that rows of excel sheet get…
0
votes
1 answer

Issues with NameSpace import in Xquery

Im trying have my namespace imported but for some reason it will not budge. Ive tried this as well as adding the path import schema namespace r = "http://www.w3.org/2001/XMLSchema" at "Assignment-Xquery3.xsd"; I keep getting this error: Error in…
Bhagyesh
  • 700
  • 10
  • 31
0
votes
1 answer

XQuery how to count all the "spells" in JSON

I have the following JSON file: "spells": [ { "spell":"Aberto", "effect":"opens objects", "_id":"5b74ebd5fb6fc0739646754c", "type":"Charm" }, { "spell":"Accio", "effect":"Summons an object", "__v":0, …
0
votes
1 answer

Xquery how to search for Boolean

I wrote XQuery to search in a JSON document. The code is the following: xquery version "3.1" let $characters := fn:json-doc("pott.json")?characters?* return document { { for $s in…
0
votes
2 answers

With the xproc file, how to debug/trace step-by-step in oxygen?

I'm going to learn Xproc language. Does the oxygen software have the capability to debug/trace step-by-step with Xproc script? and how can do it? Thanks. My oxygen editor version is 21.0. Or is there another IDE that does that?
cmf41013
  • 107
  • 1
  • 9
0
votes
1 answer

XPath: How to save the return of a function in a variable?

Is it possible to save each item in the elements in a xpath variable to use this value in same expression? The XPath expression have to be in one line. My goal is to transform the duration in milliseconds, in one expression. XML