Search found 5 matches

by tara_athan
Sun Sep 13, 2015 1:47 pm
Forum: Other Issues
Topic: History of flattenSchema.sh
Replies: 1
Views: 1372

History of flattenSchema.sh

We use a build script for our schema development that employs some oXygen scripts, including flattenSchema. Since our team members have a variety of platforms and oXygen versions, I have been discovering, the hard way, that the name and signature of flattenSchema has changed. E.g. in version 14 on M...
by tara_athan
Sun Mar 27, 2011 1:14 am
Forum: XML Schemas
Topic: Logical Model View -- save as Relax NG
Replies: 18
Views: 13665

Re: Logical Model View -- save as Relax NG

One more twist on this: can I configure the external tool to add this file to the current project?
by tara_athan
Sat Mar 26, 2011 1:05 am
Forum: XML Schemas
Topic: Logical Model View -- save as Relax NG
Replies: 18
Views: 13665

Re: Logical Model View -- save as Relax NG

Thanks, I got this working. For the benefit of other command-line challenged folks out there, this is the way the command line field should look cmd.exe /c java -jar "C:\MyPath\jing-20091111\bin\jing.jar" -s ${cfne} > ${cfne}_flatten.rng OR, for schema in compact syntax cmd.exe /c java -ja...
by tara_athan
Wed Mar 23, 2011 8:14 pm
Forum: XML Schemas
Topic: Logical Model View -- save as Relax NG
Replies: 18
Views: 13665

Re: Logical Model View -- save as Relax NG

I am having trouble understanding how to configure this. I first checked that the following command line input works correctly: java -jar "C:\MyPath\OxygenXMLEditor\external_tools\jing-20090818\bin\jing.jar" -cs dishornlog_standard.rnc > dishornlog_standard_flatten.rng Then I created a new...
by tara_athan
Wed Mar 23, 2011 1:15 am
Forum: XML Schemas
Topic: Logical Model View -- save as Relax NG
Replies: 18
Views: 13665

Re: Logical Model View -- save as Relax NG

Is it possible now to flatten Relax NG from within Oxygen? The earlier Java jar could be added as an external tool, but now that the capability is there in Jing, what is the best way to approach this?