Problem with using specialized elements in documents
Posted: Thu Apr 14, 2016 6:30 am
Hi, This question is more of an extension of a specialization question that I asked a few years, back in the days when I was using Oxygen v. 13: topic6669.html
I am currently evaluating Oxygen XML Author v. 17.1 on Mac OS X EL Capitan 10.11.4.
I was trying to create a blank DITA document and testing these specialized elements; I've created a DTD, ENT and a MOD file for this purpose, I will also send these files to: support@oxygenxml.com, in addition, I've also saved my specialized DTD, MOD and ENT files to: \Applications\oxygenAuthor\frameworks\dita\DITA-OT\dtd\txvia\dtd\
I've also inserted the following entries in /Applications/oxygenAuthor/frameworks/dita/DITA-OT/catalog-dita_template.xml:
Note: the "DITA-OT" directory contains my customized XSLT codes, so I am not really using the OT folder that came with the installation.
So this is what I tried to do:
I tried to create a blank XML file and I can't seem to locate my specialized element when I tried to insert one, am I missing any steps, or am I doing something wrong?
Again, i will send the three specialization files to support@oxygenxml.com, thanks.
I am currently evaluating Oxygen XML Author v. 17.1 on Mac OS X EL Capitan 10.11.4.
I was trying to create a blank DITA document and testing these specialized elements; I've created a DTD, ENT and a MOD file for this purpose, I will also send these files to: support@oxygenxml.com, in addition, I've also saved my specialized DTD, MOD and ENT files to: \Applications\oxygenAuthor\frameworks\dita\DITA-OT\dtd\txvia\dtd\
I've also inserted the following entries in /Applications/oxygenAuthor/frameworks/dita/DITA-OT/catalog-dita_template.xml:
Code: Select all
<public publicId="-//TxVia//DTD DITA Topic//EN" uri="txviaTopic.dtd" xml:base="dtd/txvia/dtd/"></public>
<public publicId="-//TXVIA//Specialized Domain//EN" uri="txviaDomain.mod" xml:base="dtd/txvia/dtd/"></public>
<public publicId="-//TXVIA//Specialized Domain ENTITY//EN" uri="txviaDomain.ent" xml:base="dtd/txvia/dtd/">
So this is what I tried to do:
I tried to create a blank XML file and I can't seem to locate my specialized element when I tried to insert one, am I missing any steps, or am I doing something wrong?
Again, i will send the three specialization files to support@oxygenxml.com, thanks.