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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 808 - 837 of 1126   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
811
... Thanks! It works, and perfectly resolves my problem! David -- http://david.olivier.name/...
David Olivier
bibopolivier
Offline Send Email
Feb 22, 2008
2:09 pm
812
... Yes, I want to validate xml files against a schema, but I only know how to do it against an xsd schema, and only know how to write an rng schema. ... ...
David Olivier
bibopolivier
Offline Send Email
Feb 22, 2008
2:41 pm
813
... Looks like you're calling up the OSS java? Why not use Sun java... which you say you are doing? Then download jing.jar from ...
Dave Pawson
dpawson2000
Offline Send Email
Feb 22, 2008
2:45 pm
814
... That .jar is outdated. (I really need to clean up the old versions from my site...) The current code is available as source from svn. Instructions are at: ...
Henri Sivonen
hsivonen@...
Send Email
Feb 22, 2008
4:33 pm
815
... Many packages support rng validation (I think even Xerces has an extension that uses MSV?) Sun's Multi-Schema Validator, MSV ( https://msv.dev.java.net/),...
Tatu Saloranta
cowtowncoder
Offline Send Email
Feb 22, 2008
5:10 pm
816
... Wow. ~That is obese Henri! We shouldn't have to download Saxon!!!! regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
Dave Pawson
dpawson2000
Offline Send Email
Feb 22, 2008
6:05 pm
817
... Doing something non-trivial in Java leads to importing a large chunk of the Java ecosystem pretty quickly... ... I needed a version of Saxon that can...
Henri Sivonen
hsivonen@...
Send Email
Feb 22, 2008
6:38 pm
818
... Seems to me the question is more appropriate for the rng-uesrs list, but I am intensely curious: which of the dozen or so available RELAX NG validators do...
Syd Bauman
syd_bauman
Offline Send Email
Feb 27, 2008
8:16 pm
819
Trang can't handle externalRef... Is there any tool that will "compile" a composite rng by merging in the external refs? Or even better, an analog for Xsd.exe...
Brad Langhorst
bwlang
Offline Send Email
Mar 10, 2008
10:23 pm
820
Hi, ... http://ftp.davidashen.net/incelim/ David...
David Tolpin
dtolpin
Offline Send Email
Mar 11, 2008
1:53 pm
821
... Coolness. This should of course be linked from relaxng.org, but... -- As you read this, I don't want you to feel John Cowan sorry for me, because, I...
John Cowan
johnwcowan
Online Now Send Email
Mar 11, 2008
2:39 pm
822
... I'll add it to the faq John. I just asked David about the Saxon diff file. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
Dave Pawson
dpawson2000
Offline Send Email
Mar 11, 2008
2:46 pm
823
... ... but has been added to http://www.relax-ng.org . . . . . . . . . . Ken -- World-wide corporate, govt. & user group XML, XSL and UBL training RSS feeds:...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 11, 2008
4:23 pm
824
... Ach... it seems to work pretty well, but doesn't solve my trouble since trang can't handle embedded grammars. One niggle - it inserts <rng:div> tags where...
Brad Langhorst
bwlang
Offline Send Email
Mar 11, 2008
4:50 pm
825
Hi, ... In that case, you should be able to adapt the XSLT transformation I wrote to show how the RNG simplification works [1]. Each step of the simplification...
Eric van der Vlist
evlist
Offline Send Email
Mar 11, 2008
5:09 pm
826
 Maybe this is a problem someone else has solved? Is it just hopeless to expect reasonable results from this bastardized mix of technologies? I'm trying...
Brad Langhorst
bwlang
Offline Send Email
Mar 11, 2008
5:11 pm
827
Hi Brad, Brad Langhorst wrote: [...] ... The div element is allowed inside grammar for instance but not inside define. oXygen reports an error when you have...
George Cristian Bina
george_bina
Offline Send Email
Mar 11, 2008
8:54 pm
828
Hi List This may seem to be a silly question (it does to me ;) ) but is there any restrictions on where in a relax-ng schema the optional elements should...
Rory McKinley
rorymckinleylists@...
Send Email
May 5, 2008
7:34 pm
829
... They can appear where you say they can appear. If you have a content model of: { element a { text }, element b { text }?, element c { text } } ... then <b>...
G. Ken Holman
g_ken_holman
Offline Send Email
May 5, 2008
8:08 pm
830
Might help, Rory, if you append a snippet of your schema and a tiny sample XML instance that is not valid against it, but that you thought would be....
Syd Bauman
syd_bauman
Offline Send Email
May 5, 2008
8:15 pm
831
... <snip> Thanks Ken You have pretty much confirmed what I thought should happen. Unfortunately, the reality seems to be different. I have posted snippets of...
Rory McKinley
rorymckinleylists@...
Send Email
May 7, 2008
1:52 am
832
... <snip> Ok Syd That's a good idea - below find (a really long post)- the schema (a snippet): <?xml version="1.0" encoding="UTF-8"?> <grammar...
Rory McKinley
rorymckinleylists@...
Send Email
May 7, 2008
1:52 am
833
... Which processor are you using? Jing version 20030619 accepts your instance without error (see below). I hope this helps. . . . . . . . . . . . . Ken ...
G. Ken Holman
g_ken_holman
Offline Send Email
May 7, 2008
2:03 am
834
Is there a validating parser available in one of the M$ languages please? I.e. not Java? TIA -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
Dave Pawson
dpawson2000
Offline Send Email
May 9, 2008
8:01 am
835
... I'm probably missing something. I haven't tried any of them, but several are listed here: http://www.relaxng.org/#validators...
Kendall Shaw
blipf
Offline Send Email
May 9, 2008
7:58 pm
836
... Thanks Kendall. .net and activeX will do fine. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
Dave Pawson
dpawson2000
Offline Send Email
May 10, 2008
7:13 am
837
<data type="string"> <param name="pattern">https?\:////([^/?#]+)/([^?#]*)(\?([^?#]+))?(#(.*))?</param> </data> I'm getting an ' x.rng:25:25: error: invalid...
Dave Pawson
dpawson2000
Offline Send Email
Jun 12, 2008
11:19 am
Messages 808 - 837 of 1126   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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