Oxygen with saxon, using com.saxonica.Validate

This might be a little outside the realm of oxygen's expertise, but does anyone know how to use saxon bundled with oxygen to output the content model of a DITA schema? I have tried running things like: java -cp "path to saxon" com.saxonica.Validate -scmout -s:"path-to-schema" Thanks, Casey -- -- Casey Jordan Jorsek Software LLC. "CaseyDJordan" on LinkedIn, Twitter & Facebook Cell (585) 348 7399 Office (585) 239 6060 Jorsek.com This message is intended only for the use of the Addressee(s) and may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, please be advised that any disclosure copying, distribution, or use of the information contained herein is prohibited. If you have received this communication in error, please destroy all copies of the message, whether in electronic or hard copy format, as well as attachments, and immediately contact the sender by replying to this e-mail or by phone. Thank you.

Dear Casey, oXygen includes a license for Saxon-EE to be use from within oXygen only (note that Saxon-EE costs more that oXygen). We can offer full Saxon-EE licenses to oXygen users at a discounted price, 25% off the list price, making that basically a kind of upgrade, from the inside oXygen only license to the full Saxon-EE license. Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 8/16/10 6:42 PM, Casey Jordan wrote:
This might be a little outside the realm of oxygen's expertise, but does anyone know how to use saxon bundled with oxygen to output the content model of a DITA schema?
I have tried running things like: java -cp "path to saxon" com.saxonica.Validate -scmout -s:"path-to-schema"
Thanks,
Casey

George, Thanks, but I have my own license of Saxon-EE. Cheers, Casey On Mon, Aug 16, 2010 at 6:21 PM, George Cristian Bina <george@oxygenxml.com>wrote:
Dear Casey,
oXygen includes a license for Saxon-EE to be use from within oXygen only (note that Saxon-EE costs more that oXygen). We can offer full Saxon-EE licenses to oXygen users at a discounted price, 25% off the list price, making that basically a kind of upgrade, from the inside oXygen only license to the full Saxon-EE license.
Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
On 8/16/10 6:42 PM, Casey Jordan wrote:
This might be a little outside the realm of oxygen's expertise, but does anyone know how to use saxon bundled with oxygen to output the content model of a DITA schema?
I have tried running things like: java -cp "path to saxon" com.saxonica.Validate -scmout -s:"path-to-schema"
Thanks,
Casey
-- -- Casey Jordan Jorsek Software LLC. "CaseyDJordan" on LinkedIn, Twitter & Facebook Cell (585) 348 7399 Office (585) 239 6060 Jorsek.com This message is intended only for the use of the Addressee(s) and may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, please be advised that any disclosure copying, distribution, or use of the information contained herein is prohibited. If you have received this communication in error, please destroy all copies of the message, whether in electronic or hard copy format, as well as attachments, and immediately contact the sender by replying to this e-mail or by phone. Thank you.

Hello, If you already have a Saxon-EE license then copy the saxon-license.lic file next to the saxon9ee.jar. In Oxygen this jar is located in [oxygen-installation-folder]/lib. Then from the command line execute: java -cp "path\to\saxon\saxon9ee.jar" com.saxonica.Validate -scmout:model.xml -s:"path-to-schema" The schema component model will be serialized to model.xml. Regards, Adrian Buza Adrian Buza oXygen XML Editor and Author support Tel: +1-650-352-1250 ext.202 Fax: +40-251-461482 support@oxygenxml.com http://www.oxygenxml.com Casey Jordan wrote:
George,
Thanks, but I have my own license of Saxon-EE.
Cheers,
Casey
On Mon, Aug 16, 2010 at 6:21 PM, George Cristian Bina <george@oxygenxml.com>wrote:
Dear Casey,
oXygen includes a license for Saxon-EE to be use from within oXygen only (note that Saxon-EE costs more that oXygen). We can offer full Saxon-EE licenses to oXygen users at a discounted price, 25% off the list price, making that basically a kind of upgrade, from the inside oXygen only license to the full Saxon-EE license.
Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
On 8/16/10 6:42 PM, Casey Jordan wrote:
This might be a little outside the realm of oxygen's expertise, but does anyone know how to use saxon bundled with oxygen to output the content model of a DITA schema?
I have tried running things like: java -cp "path to saxon" com.saxonica.Validate -scmout -s:"path-to-schema"
Thanks,
Casey
participants (3)
-
Adrian Buza
-
Casey Jordan
-
George Cristian Bina