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

Optimizations during xslt processing of template using XSLT 1.0?

We use xslt 1.0 with Xpath 1.0 and XalanJ 2.7.1. We make profiling of our templates and try to reduce the call time. So out biggest hotspot is:
Xelian
  • 16,680
  • 25
  • 99
  • 152
0
votes
2 answers

How to add manifest for command line Saxon XSLT transformation

I want to run an XSLT transformation from the command line, using the Saxon processor that comes bundled with the Oxygen XML editor. I tried the following, but got the error message "Failed to load Main-Class manifest attribute". I realize that I…
b00kgrrl
  • 559
  • 2
  • 9
  • 30
0
votes
1 answer

Refactoring Re-nesting elements with XSLT or XQuery Scripts

I’m currently refactoring batches of XML documents, and the process involves restructuring the xml to a new revised DTD Schema. As a result of using a new DTD, many of the elements originally used were either repurposed, re-nested in other elements,…
Akpan
  • 3
  • 2
0
votes
1 answer

Eclipse Add Perspective to Runtime

I'm creating a content analysis plugin for Eclipse and I'm testing it in Eclipse by running Eclipse Application. This worked well (since my plugin only had to work with a plain text editor), but now my company has stepped over to using oXygen as…
Nander Speerstra
  • 1,496
  • 6
  • 24
  • 29
0
votes
1 answer

What affects entity encodingon output serialization when using saxon9ee?

I have a transformation to HTML (xhtml), declared I am getting different encoding of the…
D Olson
  • 3
  • 2
0
votes
1 answer

Oxygen XML Debugger with initial template

I am having problems running the Oxygen (v. 17.1) XSLT debugger without specifying an XML input document. The XSLT opens several files with the document() function and does not need to be applied to a specific XML document as input. Rather, I…
Philipp
  • 55
  • 6
0
votes
1 answer

How do I bulk set XML attributes (that area already set)?

I have an xml file, root.xml: Procedure Number 1
mdslup
  • 105
  • 1
  • 1
  • 8
0
votes
1 answer

minimal but extremely slow xsl

I have two xml files (one with 2000, the other with about 9000 items) like this ... I use the following xsl to split each record into its own…
duncdrum
  • 723
  • 5
  • 13
0
votes
2 answers

What is the recommended procedure for upgrading to a new maintenance build of oXygen XML?

Periodically we receive announcements of new maintenance builds of Oxygen XML Editor. It's easy to locate documentation on installing new versions, but I was unable to find any instructions on installing maintenance builds. In the past I've renamed…
Shon
  • 690
  • 6
  • 22
0
votes
1 answer

Why is italic text not displayed in html files generated from Docbook/Oxygen

I'm using Oxygen Xml Editor 15 to generate Docbook Html, Docbook Webhelp and Docbook Pdf from a single Xml file in Docbook format. The pdf file is fine but the Html and webhelp files are not outputting the text I made italic as italic, text I made…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
0
votes
1 answer

XML schema: Oxygen: Cannot resolve ... 'type definition' component

I'm new to xml and I tried to create some complex types. I tried to validate my .xsd in Oxygen but I get "Cannot resolve the name 'state' to a(n) 'type definition' component. 10:70" I really don't get why. This even happens with tutorial code like…
0
votes
1 answer

Introducing ENTITY into oXygen causes Xerces "Element type ... must be declared" error

I have the following, very simple XML file (significantly cut back from the original for the purposes of this question): %entities; ]>
Cosmittus
  • 637
  • 6
  • 19
0
votes
1 answer

DTD Error in Oxygen but not in Netbeans so confused

I am trying to create an XML file with a DTD, but in Netbeans it doesn't give me any errors, but in Oxygen XML it states Unexpected element "childone". The content of the parent element type must match…
Dino
  • 561
  • 3
  • 10
  • 21
0
votes
1 answer

System function matches does not work in Oxygen schematron validation

I'm using OXygen XML Developer 15 to run a XML file validation against schematron. I'm getting errors on the system function "matches" on lines such as the following I…
chaoshangfei
  • 205
  • 4
  • 12
0
votes
1 answer

Why is Oxygen generating child elements with empty xmlns attributes?

I am trying to grasp the technical side of working with the default namespace, when starting with a schema (developing one) and considering a realistic and correct corresponding XML file. I am using Oxygen to design the schema. Ideally, I would…
svaens
  • 649
  • 7
  • 23
1 2 3
10
11