Category: relax-ng
-
rnc-mode: Emacs mode to edit Relax-NG Compact files
https://elpa.gnu.org/packages/rnc-mode.html https://elpa.gnu.org – GNU Emacs Lisp Package Archive
-
RELAX NG’s jing and trang now on github.com
https://github.com/relaxng https://github.com/relaxng/jing-trang
-
XML Shell: xmlsh
http://www.xmlsh.org https://github.com/xmlsh/xmlsh1_3 they also provide a Java .jar file and a shell script etc around it, so you can run it on your platform http://www.xmlsh.org/CommandCsv2xml – builtin csv2xml, funny! http://www.xmlsh.org/CommandRngconvert – that’s trang, dealing with “Relax NG“ examples for csv2xml: $ csv2xml -header my_file.csv $ csv2xml -header -attr my_file.csv # for CSV files created by Excel…
-
a car and a website – do they have anything in common?
Within the car I have in mind and I came across, its parts communicate using CANopen. The car’s software got mostly implemented in Ada, and once there existed a (home-brewn) software generator Ada code for CANopen message definitions. From the CANopen message definitions the generator created: data structures in Ada marshalling code de-marshalling code There…
-
RELAX-NG / jing-trang is “now” on github
https://github.com/relaxng/jing-trang https://github.com/relaxng/jing-trang/wiki https://github.com/relaxng/jing-trang/wiki/How-to-build-from-source
-
nXML mode – James Clark’s page (i.e. the author’s)
http://www.thaiopensource.com/nxml-mode/ nxml-mode works best with an RELAX-NG schema / grammar corresponding to the XML being edited. http://relaxng.org/ http://www.thaiopensource.com/relaxng/trang.html is there a way to translate XSD to RNG? is there a way to translate Schematron to RNG? http://stackoverflow.com/questions/14803562/how-to-convert-an-xml-schema-xsd-to-relax-ng ??? http://stackoverflow.com/questions/122089/xsd-to-rnc-or-rng-conversion-unix-command-line !!! http://www.xml.gr.jp/relax/ http://debeissat.nicolas.free.fr/XSDtoRNG.php https://java.net/projects/msv http://search.maven.org/#browse%7C738029748 – msv
-
“nXML Mode” alias nxml-mode, an Emacs major mode for editing XML with RELAX NG support
HTML – with one web page per node HTML – entirely on one web page the page above those two
-
mind mapping using Free Mind and emacs and its nXML-mode
I got my quick introduction to Free Mind by son#1 (13yrs) today. Of course I am a stressful student. Of course he is not an advanced user. But we are doing well together. We didn’t manage to get a cloud removed other then by undo. And of course you don’t want to make use of…
-
editing XML documents in emacs using nxml-mode
One good reason for not not authoring in XML is not having a suitable editor or IDE. I personally use and recommend emacs and James Clark‘s nxml-mode. I create and modify all sorts of XML documents this way. If you supply nxml-mode with the right schema for your document, nxml-mode can even help you with tag completion and document…
-
DocBook Website – where to get the Relax-NG schema from?
I found it at SourceForge. I really love editing XML in Emacs’s nxml-mode. I did mention that at my DocBook Wiki home page already.