I'm wondering if anyone has any practical suggestions about whether or not I should consider mixing RNG and schematron. I have a schema to represent citation...
448
Jirka Kosek
jirka@...
Aug 1, 2006 4:28 pm
... It is very useful feature, highly recommended. ... The former approach is more friendly for editing applications. Editors that support RELAX NG (e.g....
Bruce, I personally favour the pure RNG approach where practical. Appart from editor support that Jirka mentioned. A the pure rng schema is better for...
450
Bruce D'Arcus
bdarcus.lists@...
Aug 1, 2006 7:02 pm
Thanks for the comments. I think I've figured out a way to do this. I'll have the normative schema pure RNG, with all the constraints. IIf I end up needing...
please join my group : http://groups.yahoo.com/group/myspacelayout ... Do you Yahoo!? Next-gen email? Have it all with the all-new Yahoo! Mail Beta....
I've been attempting to use the jing API to validate files against an rnc schema. Tha API seems to be a little sketchily documented. Can anybody tell me how...
Hi, Linkipedia is a one-stop page for web masters to submit their web sites, exchange links and receive reviews. To find how to list your web site go to ...
earn $100 per day !! join free !! Earn free money! earn daily $100 . join free please go to http://tinyurl.com/y2lxv9 US,CANADA MEMBERS ONLY thanks......
Hi, I am happy to announce the availability of oNVDL - an open source NVDL implementation based on Jing http://www.oxygenxml.com/onvdl.html oNVDL allows to...
I'd like software that reads a RelaxNG grammar and writes out a list of all the possible paths (through parents & children element nodes only) to each leaf...
Hi, ... I am not aware of such a tool. It doesn't seem too complicated to write in XSLT, but I strongly advise to add some kind of recursion detection if you...
Hi, I am glad to announce that a new major version of the oXygen XML Editor is available from our website http://www.oxygenxml.com oXygen XML editor is the...
DP> I'm curious about the utility of such a tool Syd? Ummm ... it's so obviously useful to me, I'm not sure I can articulate it. Last time I heard of such...
Yes, but what is the document you apply the XPath on? Back to Syd's original problem... Regards, George ... George Cristian Bina <oXygen/> XML Editor, Schema...
... Queries against the schema? Mmm. Does Oxygen provide a tree view? [I'll shut up, I'm still asking why :-)] regards -- Dave Pawson XSLT XSL-FO FAQ. ...
... If it did, it would have to solve this same issue of detecting recursion otherwise its trees would grow infinitely :) Eric ... -- GPG-PGP: 2A528005 Curious...
Actually there is a tree view, rendered as a diagram. If you look at the logical model view then you can basically see some of the information Syd asked for....
... Would an html view help Syd? I document my schemas by using the div wrappers, but it produces readable html which 'sort of' has the structure. <div...
Whooee! A thought occurs to me. Because TEI schemas never use co-occurrence constraints and because I'm only interested in ancestry, not parent/child...
How do I specify that any name from (the dc namespace xmlns:dc="http://purl.org/dc/elements/1.1/" ) can be used here please? Eric has an example excluding...
... You just skip the except :) ! element dc:* {...} or <element> <nsName ns="http://purl.org/dc/elements/1.1/"/> < your content here > </element> Eric ... -- ...
Hi Syd, I tried to generate all possible elements on teilite.rng. After a few minutes I got a 330MB of content and the application was still running, so the...
... I got up to over a gigabyte of log file when I tried on something even smaller. There are just too many possible routes. However, when I tried the...