Search found 43 matches

by mhGLEIF
Tue Jan 31, 2017 12:26 pm
Forum: XML Schemas
Topic: Generate example instances - enforce Schematron?
Replies: 1
Views: 2359

Generate example instances - enforce Schematron?

Hello,

does the oXygen example generator use any schematron rules included in an XSD to create valid instances (i.e. would not generate any schematron errors)?

Best wishes

Michael
by mhGLEIF
Wed Jan 25, 2017 3:35 pm
Forum: XML Schemas
Topic: Extract all the possible xpaths from a schema
Replies: 6
Views: 19483

Re: Extract all the possible xpaths from a schema

If I may ask, why not save a diagram from the Design view with the hierarchy of the XML structure? Regards, Adrian The full XPATH listing would be exceptionally useful as a standard documentation item. Those of us who use text based doc formats like DITA might want to import the list, make it into ...
by mhGLEIF
Thu Jan 12, 2017 7:55 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Map MS Office Word (Experimental)
Replies: 5
Views: 2299

Re: DITA Map MS Office Word (Experimental)

Hi Michael, You can help by creating issues for any encountered bugs or if you have improvement suggestions: https://github.com/jelovirt/com.elovirta.ooxml/issues Regards, Radu I will definitely do this. Is there an expectation that the plugin will remain in oXygen? I mean, will it someday be remov...
by mhGLEIF
Fri Jan 06, 2017 11:46 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Embed Impress.js in DITA topic
Replies: 4
Views: 3260

Re: Embed Impress.js in DITA topic

Hi, Could you tell us more about your usecase? Do you want to obtain some kind of powerpoint presentation from your DITA content? We are not very familiar with impress.js, it probably works with HTML content in a web browser so you would need to convert the DITA content to HTML and connect the Java...
by mhGLEIF
Fri Jan 06, 2017 11:32 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: oXygen XML Schema Documentation as DITA files?
Replies: 7
Views: 3269

Re: oXygen XML Schema Documentation as DITA files?

Hi Michael, We've had in the past several other requests to also allow exporting XML Schema documentation directly to the DITA format. I will add your vote on the internal issue we have opened for this. Right now you can generate Docbook from the XML Schema documentation and after this you can open...
by mhGLEIF
Fri Dec 30, 2016 3:25 pm
Forum: XSLT and FOP
Topic: XML to XML mapping to upgrade schema version with XSLT?
Replies: 1
Views: 1998

XML to XML mapping to upgrade schema version with XSLT?

I'm putting together an XSLT template to upgrade a single XML file containing multiple "records" and a header to the new version of the same format. I think this can be done with a relatively small number of modularized standard templates, so I thought I would ask around first before reinv...
by mhGLEIF
Fri Dec 30, 2016 2:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: oXygen XML Schema Documentation as DITA files?
Replies: 7
Views: 3269

oXygen XML Schema Documentation as DITA files?

Hello dear oXygen users and oXygen staff, I manage a lot of XML schema documentation, and my current publication workflow is 1. Write schema & annotations in oXygen 2. Export using oXygen schema docs generator, oXygen diagrams saved manually for specific parts, plus some homebrewed XSLTs, e.g. t...
by mhGLEIF
Fri Dec 30, 2016 2:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Map MS Office Word (Experimental)
Replies: 5
Views: 2299

Re: DITA Map MS Office Word (Experimental)

Hi Ann, We are not very familiar with how the plugin works. The plugin is developed by Jarno Elovirta: https://github.com/jelovirt/com.elovirta.ooxml I think it would be best to ask on the DITA Users List, if I can help you with advice I will, and best case scenario Jarno will help you. Regards, Ra...
by mhGLEIF
Mon Dec 05, 2016 6:51 pm
Forum: Feature Request
Topic: Visual XML-to-XML mapping for XSLT generation
Replies: 5
Views: 24062

Re: Visual XML-to-XML mapping for XSLT generation

Hello everyone,

was there any update on this topic?

For anyone maintaining large and/or complex schemas, with multiple versions, it could be really useful to create mappings in an efficient way so that schema users can see how to upgrade their data to the latest version.

:D
by mhGLEIF
Mon Dec 05, 2016 12:16 pm
Forum: General XML Questions
Topic: Merge Multiple XML Files into One XML File
Replies: 21
Views: 87816

Re: Merge Multiple XML Files into One XML File

Hello Adrian, firstly many thanks for this demonstration. It definitely works! I wonder if you can suggest some simple modifications to make it work for this similar use case? I've got a directory of input XML files just as described in the initial post, and I want to merge the content. However, add...
by mhGLEIF
Fri Nov 25, 2016 1:25 pm
Forum: XML Schemas
Topic: Validating xs:nonNegativeInteger in schema 1.0 with oXygen
Replies: 1
Views: 2583

Validating xs:nonNegativeInteger in schema 1.0 with oXygen

One last validation question for this week: I'm trying to validate an instance containing <RecordCount>-78</RecordCount> against the XML Schema 1.0 spec containing <xs:element name="RecordCount" type="xs:nonNegativeInteger"> <xs:annotation> <xs:documentation>The number of data re...
by mhGLEIF
Fri Nov 25, 2016 1:19 pm
Forum: XML Schemas
Topic: Validating regular expressions in schema 1.0 with oXygen
Replies: 2
Views: 3237

Re: Validating regular expressions in schema 1.0 with oXygen

Thank you, this gave the correct behaviour!
by mhGLEIF
Thu Nov 24, 2016 1:22 pm
Forum: XML Schemas
Topic: Validating regular expressions in schema 1.0 with oXygen
Replies: 2
Views: 3237

Validating regular expressions in schema 1.0 with oXygen

Hello all, I'm creating a schema with a number of regular expressions restricting some of the datatypes. It appears that the regex do work as I've tested them separately outside oXygen and they do what I'd expect. oXygen generates test XML instances from the schema including some characters / combin...