... I first tried the approach suggested by Florent Georges, ie. generate the RNC for each DTD into separate directories. Then I tried the script suggested by...
Thanks. I am in fact a user of Tenuto. I use it for it's intended purpose to validate XML, and it works well for me. It doesn't however, do the conversion...
... Use Trang and don't worry about converting "on-the-fly". Is there any particular reason why you require that? Bruce...
Bruce D'Arcus
bdarcus.lists@...
Dec 3, 2007 3:24 pm
786
... This might be a bit over the top, but IKVM allows you to easily run command-line Java applications on .NET, as well as statically compiling Java libraries...
A couple reasons for wanting to do this... 1. We have a fairly large API which we are looking to describe. I have implemented separate relax NG schemas for...
For those who do not follow the nxml list as well. I found a solution at http://tech.groups.yahoo.com/group/dita-users/message/6711 Basically, it's first...
Steinar Bang wrote: Hi ... I recently reviewed the way I generated an RNC schema from a set of WXS schema modules. I had also to make some corrections and...
"external" seems like a really useful feature for including schemas in a tree-like fashion. I tried this for importing SVG and MathML to XHTML5: ...
Henri Sivonen
hsivonen@...
Dec 15, 2007 11:17 pm
792
... Yes. Schemas included by using externalRef are included "as is" without any modification (except namespace inheritance). So in your case you have to create...
Jirka Kosek
jirka@...
Dec 16, 2007 3:35 pm
793
... Thanks. I will factor out the start symbols. ... I think I'm going to try this within RELAX NG. Having to factor out the start symbols is not that big a...
Henri Sivonen
hsivonen@...
Dec 17, 2007 7:38 am
794
This is only partially on topic. Why are so many document types naming elements with words delimited by capitalized letters? That is, why: zeroOrMore instead...
No doubt it is that so many people use that convention in programming too. But consider that in many programming languages, zero-or-more would not be an...
... Mitch> No doubt it is that so many people use that convention in Mitch> programming too. But consider that in many programming Mitch> languages,...
... Underscore is hard to see and (on the U.S. keyboard at least), hard to type, being in the digit row and a shifted character to boot. -- BALIN FUNDINUL...
... Besides that, you will have a problem to distinguish the underscore, when everything is underlined (in formatting). There's at least one computer language...
I'm not making excuses or even a rationale, simply trying to provide a suggestion as to why so many people use camelCase even when it isn't required. ...
In the realm of weak excuses... I'd add that underscore is more difficult to verbalize correctly, whether in your head or out loud. If the following are read...
SGML/XML is very much like lisp which typically uses hyphens in identifiers. I agree that underscores are hard to see also. But, this is all trivial of course....
FYI only (not taking sides in the current debate, which is a permathread), see the naming pattern in this domain: http://xml.coverpages.org/camelCase.html One...
... Quite agree Robin. Also largely a matter of personal preference. I think this thread has run its course. regards -- Dave Pawson XSLT XSL-FO FAQ. ...
On Thu, 2008-01-03 at 21:42 -0500, Robin Cover wrote: [snip] ... [snip] ... [snip] ... Thanks. These arguments for camel case, don't seem document-centric to ...
I've copied this to the rng-users list John. ... I use it on FC8 without trouble. What problems are you having, more specifically which Java are you using,...
Hi to all. I'm new on this list, and, to be frank, I'm not very much an expert in Relax NG nor in schemas and XML in general, and I'm only here to ask a ...