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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 993 - 1022 of 1125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
993
Thanks Dave - that solved my problem related to the namespace! However I now have another problem related to the other declarations xsi:schemaLocation and...
Jonathan Warren
jonathan.warren@...
Send Email
Feb 19, 2009
11:27 am
994
... The element DASINT doesn't have a definition for xsi:schemaLocation attribute? Is it your editor that is inserting that? regards -- Dave Pawson XSLT XSL-FO...
Dave Pawson
dpawson2000
Offline Send Email
Feb 19, 2009
1:38 pm
995
looking at this link in the browser doesn't show it but when you show the source it is there? ...
Jonathan Warren
jonathan.warren@...
Send Email
Feb 19, 2009
4:10 pm
996
2009/2/19 Jonathan Warren <jonathan.warren@...>: 1. Your html emails are (for me) unreadable. Please use plain text. 2. Try using a plain text editor for...
Dave Pawson
dpawson2000
Offline Send Email
Feb 19, 2009
5:43 pm
997
Solved it now based on your previous answer- so thanks. To join this group I ended up having to get a yahoo account- which was a pain in the butt!! This is...
Jonathan Warren
jonathan.warren@...
Send Email
Feb 20, 2009
11:40 am
998
... Greetings. I have the almost the same problem - I want to specify a schema file (converted from RNG compact syntax using TRANG), so that it may be verified...
jmc7479
Offline Send Email
Mar 12, 2009
4:01 pm
999
... Relax simply doesn't have the associated schema within the instance. If you want it, try inserting it (perhaps as an attribute or PI) in the instance, then...
Dave Pawson
dpawson2000
Offline Send Email
Mar 12, 2009
4:47 pm
1000
Hi everyone, Coming from working with XML Schema I can't praise Relax NG enough, but I really miss a feature (not available on XML Schema either) which is the...
johnny bravo
napalm_pt
Offline Send Email
Mar 19, 2009
5:57 am
1001
Update to the XSLT: - corrected bug where text nodes were not being copied to the result tree. - it's now possible to change multiple nodes with a single...
johnny bravo
napalm_pt
Offline Send Email
Mar 20, 2009
5:41 am
1002
Hi there, I'm trying to define a relaxNG schema for a rather complicated document and I'm getting confused. Basically, I'm not sure how to interleave elements...
Dusty Phillips
dusty0508
Offline Send Email
Mar 23, 2009
7:53 am
1003
... Thank you for supplying so many examples, as that made testing a result easier. ... It does not. You can interleave with an interleaved group. ... Not at...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 23, 2009
8:33 am
1004
Hi Ken, ... Thanks for taking the time to come up with such a detailed answer and examples. ... I guess my confusion stemmed from making an implicit bad...
Dusty Phillips
dusty0508
Offline Send Email
Mar 23, 2009
4:37 pm
1005
... "many of us" so as not to imply that every one of us had this perspective. . . . . . . . . . . . Ken -- XSLT/XQuery/XSL-FO training in Los Angeles (New...
G. Ken Holman
g_ken_holman
Offline Send Email
Mar 23, 2009
6:15 pm
1006
I am struggling to find a decent discussion of the purpose and correct use of the Start Element in RelaxNG. Can someone point me to a good discussion or...
Mike Botts
mbotts2003
Offline Send Email
Mar 30, 2009
8:40 pm
1007
... This is a FAQ, and should probably go in a FAQ, but so far it hasn't. When you include the GML and ISM namespaces, override the definition of "start". -- A...
John Cowan
johnwcowan
Online Now Send Email
Mar 30, 2009
9:05 pm
1008
... Could you provide an example, or point to one? Mike Maxwell CASL/ U MD...
maxwell@...
mcswell2001
Offline Send Email
Mar 31, 2009
7:00 am
1009
... http://books.xmlschemata.org/relaxng/relax-CHP-5-SECT-3.html and http://books.xmlschemata.org/relaxng/ch17-77209.html note: ( attribute combine { "choice"...
Dave Pawson
dpawson2000
Offline Send Email
Mar 31, 2009
7:09 am
1010
... In full then: <grammar> <include href="foo.rng"> <define name="start" combine="choice"> <empty/> </define> </include> <include href="foo.rng"> <define...
John Cowan
johnwcowan
Online Now Send Email
Mar 31, 2009
1:24 pm
1011
CALL FOR PROPOSALS ================== Text encoding in the era of mass digitization: 2009 Annual Meeting of the TEI Consortium ... ...
Syd Bauman
syd_bauman
Offline Send Email
Apr 5, 2009
3:47 pm
1012
Hi, I have an XML file which I'd like to validate. I also want to populate a hash table based on the contents of the document -- ideally at the same time. Long...
mr_xsive
Offline Send Email
Apr 8, 2009
1:03 pm
1013
The implementation of NVDL does something very similar to what you want to do: it uses the RELAX NG schema to validate the NVDL schema while at the same time...
James Clark
james_j_clark
Offline Send Email
Apr 9, 2009
2:59 am
1014
I have a rng file that is redefining patterns in a core rng file. So, in the included rng I have <define name="att.res"> <choice> <value...
tw33zer
Offline Send Email
Apr 9, 2009
2:27 pm
1015
Oh, I totally missed that trang ripped the redefined pattern from the generated core.xsd. That is embarrasing. Still interested in something that could output...
tw33zer
Offline Send Email
Apr 9, 2009
3:34 pm
1016
Hi, ... In oXygen try on the XML Schema file Document -> Refactoring -> Flatten Schema or you can invoke it from the contextual menu, right click on ...
George Cristian Bina
george_bina
Offline Send Email
Apr 9, 2009
7:24 pm
1017
I don't suppose there is an API that allows one to do this programmatically? m./...
tw33zer
Offline Send Email
Apr 10, 2009
12:48 pm
1018
Dear users of RELAX NG, SC34/WG1 has started a new project for extending RELAX NG. This project is intended to provide better modularization mechanisms and ...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Apr 10, 2009
4:57 pm
1019
Hi everyone, It seems to me that trang cannot convert xsd schemas to RelaxNG ones. Are there any plans to add this feature in the future or are there reasons...
al_shopov
Offline Send Email
Apr 24, 2009
8:31 am
1020
... You can look for rngconv from MSV. Regards, -- Florent Georges http://www.fgeorges.org/...
Florent Georges
darkman_spam
Offline Send Email
Apr 24, 2009
12:38 pm
1021
... Try that, it is web based, no installation needed : http://debeissat.nicolas.free.fr/XSDtoRNG.php I do not think that works with another explorer that...
nico_debeissat
Offline Send Email
Apr 25, 2009
5:37 pm
1022
Thank you very much, It worked like a charm. I also found another tool for the job: http://www.brics.dk/schematools/ However rngconv's output was much, much...
Alexander Shopov
al_shopov
Offline Send Email
Apr 28, 2009
12:25 am
Messages 993 - 1022 of 1125   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