Search the web
Sign In
New User? Sign Up
rng-users · RELAX NG users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 781 - 810 of 864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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...
Steinar Bang
steiba2000
Offline Send Email
Dec 3, 2007
12:04 pm
782
i've become a fan of RNG.... Are there any RNG to XSD conversion tools out there that work on the fly in .Net? i am aware of Trang. Are there any...
Daniel C
daniel_c_va
Online Now Send Email
Dec 3, 2007
12:43 pm
783
Check out the Source Forge page: http://sourceforge.net/projects/relaxng/...
Mitch Amiano
mcamiano
Offline Send Email
Dec 3, 2007
1:17 pm
784
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...
Daniel C
daniel_c_va
Online Now Send Email
Dec 3, 2007
2:34 pm
785
... 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@...
Send Email
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...
John Cowan
johnwcowan
Online Now Send Email
Dec 3, 2007
3:57 pm
787
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...
Daniel C
daniel_c_va
Online Now Send Email
Dec 3, 2007
4:34 pm
788
It actually looks quite interesting, thanks. It looks better than building a J# project and doing it that way. - Daniel...
Daniel C
daniel_c_va
Online Now Send Email
Dec 3, 2007
4:36 pm
789
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
steiba2000
Offline Send Email
Dec 8, 2007
2:30 pm
790
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...
Florent Georges
darkman_spam
Offline Send Email
Dec 9, 2007
5:15 pm
791
"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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Kendall Shaw
blipf
Offline Send Email
Jan 3, 2008
5:21 am
795
... Too many Java heads around? :) Alex -- ... Project Wrangler, SOA, Information Alchemist, UX, RESTafarian, Topic Maps...
Alexander Johannesen
shelterit
Offline Send Email
Jan 3, 2008
5:24 am
796
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 Amiano
mcamiano
Offline Send Email
Jan 3, 2008
6:02 pm
797
... Mitch> No doubt it is that so many people use that convention in Mitch> programming too. But consider that in many programming Mitch> languages,...
Colin Paul Adams
colin_paul_a...
Offline Send Email
Jan 3, 2008
6:07 pm
798
... 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...
John Cowan
johnwcowan
Online Now Send Email
Jan 3, 2008
6:13 pm
799
Hi, The author was fond of Haskell at the time of designing RELAX NG and wanted his Haskell code to look naturally. David...
David Tolpin
dtolpin
Offline Send Email
Jan 3, 2008
6:24 pm
800
... Besides that, you will have a problem to distinguish the underscore, when everything is underlined (in formatting). There's at least one computer language...
Arthit Suriyawongkul
art_krub
Offline Send Email
Jan 3, 2008
6:36 pm
801
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. ...
Mitch Amiano
mcamiano
Offline Send Email
Jan 3, 2008
7:08 pm
802
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...
Mitch Amiano
mcamiano
Offline Send Email
Jan 3, 2008
7:29 pm
803
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....
Kendall Shaw
blipf
Offline Send Email
Jan 4, 2008
1:18 am
804
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...
Robin Cover
robincover2002
Offline Send Email
Jan 4, 2008
2:42 am
805
... 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. ...
Dave Pawson
dpawson2000
Offline Send Email
Jan 4, 2008
8:53 am
806
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 ...
Kendall Shaw
blipf
Offline Send Email
Jan 5, 2008
5:31 pm
807
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,...
Dave Pawson
dpawson2000
Offline Send Email
Jan 24, 2008
7:54 am
808
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 ...
David Olivier
bibopolivier
Offline Send Email
Feb 22, 2008
1:27 pm
809
try a rather simpler way of using trang. I have a shell script #!/bin/sh java -jar /usr/share/trang/trang.jar ${1+"$@"} without involving the...
Sebastian Rahtz
sebastianrahtz
Offline Send Email
Feb 22, 2008
1:38 pm
810
... If I read you right, you simply want to validate xml files to a schema? ... I have some code (based on work by ...
Dave Pawson
dpawson2000
Offline Send Email
Feb 22, 2008
2:03 pm
Messages 781 - 810 of 864   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help