I'm trying to build some high quality schemas to define an interchange format for analytical ultracentrifuge data. The instrument acquires optical (or other)...
... Yes, I talk about X now, I want to refer back to X later. ... Or use cross references to link from one to the other? If you wrote the XML, the annoying...
Hi, A new major version of oXygen is available from our website http://www.oxygenxml.com There are a few Relax NG related additions in oXygen XML editor 9.0: *...
Hi! I've been googling for RNG versions of the DITA schemas without finding anything. Does anyone know of a place where RNG schemas for DITA can be found? I've...
Steinar Bang wrote: [ sorry for the multi-post on RNG List and nXML List, where this question was asked ] ... Actually, that's _position_ 3505. That means the...
... http://lists.w3.org/Archives/Public/www-archive/2005Feb/0029.html has a xmllint-based script that should expand all entities; that should make it a lot...
Greetings all (blame Tommie Usdin for directing me here ...). I'm always happy to try out a new technology like Relax, especially when people I respect have...
... you can't mix and match XSD and RELAXNG, no. you'd have to statically convert the XSD to RELAX, which is not always easy. alternatively (and now it gets...
... You can't combine RNG and WXS in one schema, you have to convert WXS to RNG (or vice versa) before combining them together. ... If ISO 19139 defines its...
Jirka Kosek
jirka@...
Nov 28, 2007 9:42 pm
781
... 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. ...