Search found 2095 matches

by george
Wed May 18, 2022 5:07 am
Forum: TEI
Topic: id/idref autocompletion fails for constrained anyURI
Replies: 4
Views: 1462

Re: id/idref autocompletion fails for constrained anyURI

Hi, Oxygen identifies anyURI data types and offers #id as possible completion proposals. However, when you alter the anyURI with additional constraints, that is not detected anymore as anyURI , and it is in fact a different type . The additional constraint may filter out some of the ID values for ex...
by george
Tue Feb 18, 2020 6:48 pm
Forum: Other Issues
Topic: How to download old versions (19)
Replies: 2
Views: 2301

Re: How to download old versions (19)

Hello, Please see the first line on that page, it points you to the End of Life software archive https://www.oxygenxml.com/xml_author/software_archive_author_eol.html There you can find the installation kits for old versions, which are in end of life, according to our end of life policy https://www....
by george
Mon Jul 08, 2019 3:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrated Style Guide - Dynamic Information Model
Replies: 7
Views: 5802

Re: Integrated Style Guide - Dynamic Information Model

Hi, The integrated style guide is a newer project, derived from DIM with the goal to provide a wiki-like experience to the style guide development. That is the UI that allows to add new rules in the style guide was developed to work for both the oXygen desktop and for the oXygen web author, so the c...
by george
Fri Jan 05, 2018 5:26 pm
Forum: Common Problems
Topic: Xspec expect different result between href and inline
Replies: 1
Views: 1808

Re: Xspec expect different result between href and inline

Hi,

You have

Code: Select all

<x:expect label="../files/output.xml"/>
while probably you want to use the "select" attribute to select the content from that document.

Regards,
George
by george
Tue Jun 20, 2017 10:52 am
Forum: SDK-API, Frameworks - Document Types
Topic: Transformation scenario for actionsDescriptor.xml?
Replies: 1
Views: 2293

Re: Transformation scenario for actionsDescriptor.xml?

Hi, In the same folder there is a generateAction.xsl script that you can use to convert the descriptor to the corresponding CSS. There is no transformation scenario available for that, you just need to define one that applies that XSLT script on the corresponding XML and saves the result as a CSS fi...
by george
Mon Jun 12, 2017 5:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing the WebHelp Output with a Custom CSS
Replies: 1
Views: 1911

Re: Customizing the WebHelp Output with a Custom CSS

Dear Anna, Please note that all the values you included in the selector are class attribute values on the same elemnt, so you need to use .className syntax, and you need to match only on one such class value, like below: .wh_search_input { background-color: #8ac340; } Note that a selector like .clas...
by george
Tue Mar 14, 2017 5:09 pm
Forum: Feature Request
Topic: Diff Files and Dirs: Add Ignore set of nodes defined by the XPath for XML documents
Replies: 11
Views: 7653

Re: Diff Files and Dirs: Add Ignore set of nodes defined by the XPath for XML documents

Hi Walter, We analyzed the issue, which was registered as EXM-38671, and there is not much that can be done, I am afraid. To understand better the situation, here it is an example: <p>abcd<k>ignored</k>xyzw</p> and let's say this is compared to <p>ab123zw</p> What should oXygen do when you want to c...
by george
Thu Jan 12, 2017 8:56 am
Forum: oNVDL Related Issues
Topic: Is shemaType="application/xml-dtd" supported?
Replies: 5
Views: 35257

Re: Is shemaType="application/xml-dtd" supported?

Yes, that is correct. Note also that DTDs are not really namespace aware, so supporting DTDs may cause some confusion - imagine you direct anything in the XHTML namespace to be validated with the XHTML DTD, but if there is a prefix used then the DTD validation will fail and you do not have a way to ...
by george
Thu Jul 07, 2016 11:52 am
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63121

Re: What about Git support?

Hi David, While we provide an SVN client as part of oXygen that is not very closely integrated. SourceTree for example provides for Git very similar functionality with what the oXygen SVN client provides for Subversion. I wonder what functionality you miss exactly if you use oXygen+SourceTree+Git(Hu...
by george
Thu Jun 30, 2016 10:28 am
Forum: Other Issues
Topic: Importing a Schematron(blah.sch) from a directory into DocBo
Replies: 17
Views: 11299

Re: Importing a Schematron(blah.sch) from a directory into DocBo

The xi:include element will be replaced with the root element of the document you include, so you will end up with sch:schema within sch:schema , which is invalid in Schematron, thus the error message that you get. You can use: <sch:extends href="glossary_rules.sch"/> to obtain what you wa...
by george
Mon Jun 20, 2016 4:04 pm
Forum: XSLT and FOP
Topic: DITA Metrics Report: need @conkeyref support
Replies: 10
Views: 7480

Re: DITA Metrics Report: need @conkeyref support

Hi Frank,

You need to check the "Total words" value and the "Total topic elements" - these are the values that represent 100% of words and topic elements, respectively.

Best Regards,
George
by george
Thu Jun 16, 2016 2:48 pm
Forum: XSLT and FOP
Topic: DITA Metrics Report: need @conkeyref support
Replies: 10
Views: 7480

Re: DITA Metrics Report: need @conkeyref support

Hi Frank,

I think I implemented this in 18.0 or 17.1 - I do not remember exactly - just update to version 18 and you should have it there.

Regards,
George
by george
Tue Jan 26, 2016 10:55 am
Forum: Other Issues
Topic: XML Database drop DOCTYPE in DITA maps
Replies: 6
Views: 4469

Re: XML Database drop DOCTYPE in DITA maps

Axxepta presented the Argon Author at Tekom last year! The Argon Author is a product that includes the oXygen SDK, more specifically the oXygen Author Component from the SDK, to provide XML authoring support. It connects to BaseX as repository, and probably it also handles issues like preserving DOC...
by george
Mon Jan 25, 2016 4:13 pm
Forum: Other Issues
Topic: XML Database drop DOCTYPE in DITA maps
Replies: 6
Views: 4469

Re: XML Database drop DOCTYPE in DITA maps

Another solution may be to use Relax NG instead of DTDs for DITA. If you run the transformations from within oXygen they should already work. Otherwise you will need two libraries in the DITA-OT classpath (Jing and DITA-NG) to get this working from the command line. For associating RelaxNG schemas w...
by george
Wed Sep 02, 2015 4:33 pm
Forum: XML Schemas
Topic: Error: 'E [Jing] missing "start" element' with DITA RNG modu
Replies: 5
Views: 6035

Re: Error: 'E [Jing] missing "start" element' with DITA RNG modu

Hi, Another cause may be that this file is not included in any of the master files, in that case oXygen considers that an independent file and it will validate it directly. Can you please check to see if you include this file from a master file? I think you can use the the "Resource dependencie...
by george
Sun Aug 30, 2015 11:59 pm
Forum: General NVDL Issues
Topic: NVDL and nested fragments
Replies: 3
Views: 6084

Re: NVDL and nested fragments

Hi Martin, In this case the problem is not NVDL but the schema for XHTML - it was constructed to allow only html as root element. Alternatively, you may consider using XProc, that will allow you to wrap the XHTML fragment in the missing elements and then trigger the validation step. Best Regards, Ge...
by george
Tue Aug 18, 2015 5:35 am
Forum: Common Problems
Topic: Content Completion Assistant for Schematron
Replies: 5
Views: 3687

Re: Content Completion Assistant for Schematron

Hello, The oXygen XML Author does not have development tools, that means there is no specific editor for Schematron, XML Schema, XSLT, etc. - these specialized editors are part of oXygen XML Editor and oXygen XML Developer. I suspect you are using oXygen XML Author and that is why you do not see any...
by george
Tue Jun 02, 2015 9:19 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrated Style Guide - Dynamic Information Model
Replies: 7
Views: 5802

Re: Integrated Style Guide - Dynamic Information Model

Hi Gary,

Not yet, I scheduled work on this for June 10 - I will be in London for the oXygen users meetup and XML London until then.

Best Regards,
George
by george
Sun May 31, 2015 9:50 pm
Forum: Common Problems
Topic: SVG text not rendered under Mac OSX
Replies: 14
Views: 8194

Re: SVG text not rendered under Mac OSX

Hi Pat,

It is, see
http://oxygenxml.com/download_oxygenxml ... ?os=MacOSX
In the "Requirements" section we include a link to the installation kit that contains an embedded Java 8 JRE:
http://oxygenxml.com/InstData/Editor/Ma ... gen.tar.gz

Best Regards,
George
by george
Thu May 14, 2015 1:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrated Style Guide - Dynamic Information Model
Replies: 7
Views: 5802

Re: Integrated Style Guide - Dynamic Information Model

Hi Gary, I will try to create a step by step tutorial on how to get started with this and different options to setup the Schematron file and the configuration file that provides links to the styleguide topics. The project is made available under Apache license, see https://github.com/oxygenxml/dim/b...
by george
Fri May 01, 2015 8:23 am
Forum: Common Problems
Topic: Epub display/save confusion
Replies: 5
Views: 4076

Re: Epub display/save confusion

If you Open (double click) on a ZIP-based archive that will be opened in the Archive Browser view. The Find/replace in files command presents a few options to allow you to select the scope of the operation (the set of files the operation will apply on). The option "Opened archive" refers t...
by george
Wed Apr 29, 2015 7:46 am
Forum: Common Problems
Topic: Epub display/save confusion
Replies: 5
Views: 4076

Re: Epub display/save confusion

This functionality depends on the use case... For example if you validate multiple EPUB files in a folder and you get 5 errors, it is nice that you can just click on those errors and automatically have the files where those errors appear open in oXygen, no matter what EPUB files they are from, inste...
by george
Thu Apr 02, 2015 4:49 pm
Forum: XML Schemas
Topic: schema aware schematron in xsd
Replies: 2
Views: 3975

Re: schema aware schematron in xsd

Hi Patrick, I think this comes down to copying the embedded XSLT together with the embedded Schematron when the Schematron rules are extracted from the XSD or Relax NG schema. We plan to support this as well - but it will work only if allowForeign is set to true, otherwise the foreign elements (othe...
by george
Fri Mar 27, 2015 12:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic Information Model: RELAX NG enhancement?
Replies: 3
Views: 4038

Re: Dynamic Information Model: RELAX NG enhancement?

Hi Frank, The pointers you included refer to the possibility of embedding Schematron rules as annotations in relax NG - the same is possible in XML Schema. oXygen supports embedded Schematron in Relax NG XML and XML Schema, in case you want to use that. Now, I do not understand how that relates to t...
by george
Fri Mar 13, 2015 12:37 pm
Forum: Common Problems
Topic: Schematron in oXygen for Ixiasoft
Replies: 3
Views: 3395

Re: Schematron in oXygen for Ixiasoft

Hi Scott, You can also edit the DITA framework from oXygen (Options -> oXygen XML Editor ->Document Type Association, select DITA, then use the Edit button, then in the "Validation" tab edit the "DITA" validation scenario and add your Schematron there as an additional validation ...
by george
Tue Mar 03, 2015 1:19 am
Forum: XSLT and FOP
Topic: DITA Metrics Report: need @conkeyref support
Replies: 10
Views: 7480

Re: DITA Metrics Report: need @conkeyref support

Hi Lief, Well, it is not that difficult... I just implemented support for determining the key space and handling topicref/@keyref and @conkeyref and this will be generally available in the next oXygen release. If you need this now please contact us directly at support@oxygenxml.com and I will send y...
by george
Wed Jan 21, 2015 1:35 pm
Forum: XML Schemas
Topic: Error: 'E [Jing] missing "start" element' with DITA RNG modu
Replies: 5
Views: 6035

Re: Error: 'E [Jing] missing "start" element' with DITA RNG

Hi Frank, Validation scenarios are one way of solving this, but we provide something even more powerful, master files support. Basically you need to mark the shell files as master files in your DITA project and then oXygen will automatically validate each module in the context of the master files th...
by george
Thu Dec 18, 2014 5:57 pm
Forum: XML Schemas
Topic: Progressive (dynamic) validation of XML
Replies: 2
Views: 3657

Re: Progressive (dynamic) validation of XML

Hi,

From Schematron you can use the document function to access a different file. So you can validate your changed file and use document to access content from the original.

Best Regards,
George
by george
Mon Sep 29, 2014 2:04 pm
Forum: XSLT and FOP
Topic: DITA to PDF with tack changes PI.
Replies: 2
Views: 3454

Re: DITA to PDF with tack changes PI.

Hi, The processing of track changes is a little more difficult - for example in your XLST fragment you assume that after the start marker you have only text until the end marker - and this may not be the case, you may have other elements in that insert block. Specifically in your case, the second oc...
by george
Sat Jul 19, 2014 7:49 am
Forum: Other Issues
Topic: Importing a Schematron(blah.sch) from a directory into DocBo
Replies: 17
Views: 11299

Re: Importing a Schematron(blah.sch) from a directory into D

When you include a file as text then that content is placed within a DocBook element as text. You cannot add HTML, XHTML or other XML content into a DocBook document. The schema will not allow that and also the XSLT stylesheets that process the document will not handle the new elements. If your HTML...