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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1052 - 1081 of 1126   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1052
RNG users, Good news is that another ISO/IEC standard, ISO/IEC-15909, uses RELAX NG. Bad news is that they are annoyed by the ID/IDREF issue. Cheers, Makoto ...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Jun 10, 2009
4:27 am
1053
Just a comment on NVDL implementation in Jing. Please note that if you checkout the latest Jing source code from ...
George Cristian Bina
george_bina
Offline Send Email
Jun 10, 2009
5:44 am
1054
I'm converting an RNG schema to RNC using trang-20081028. There are a few RNG files, and a modules/ directory containing others. The top-level RNG files...
leighklotz
Offline Send Email
Jun 16, 2009
11:17 pm
1055
I have a rng file that is essentially a flat structure with all elements and attributes referencing named patterns ... e.g., <element name="element_name"> <ref...
tw33zer
Offline Send Email
Jun 30, 2009
3:58 pm
1056
apologies: the second example below is in error: an element definition was distributed because of a pattern merge. The first example is legit, however. I...
tw33zer
Offline Send Email
Jun 30, 2009
4:23 pm
1057
I have a definition that contains a set of attributes that I want to apply to a variety of other types. When applies to the other types I want to be able to...
rob.dingwell
Offline Send Email
Jul 1, 2009
12:07 am
1058
Hi, I'm fairly new to RelaxNG, and so my apologies in advance if I'm missing something basic. Does the jing command line program take XML schema dataypes into...
hcayless
Offline Send Email
Jul 1, 2009
12:07 am
1059
Hi Hugh, Jing surely checks XML Schema datatypes including anyURI. See en example below. test.xml <?xml version="1.0" encoding="UTF-8"?> <?oxygen...
George Cristian Bina
george_bina
Offline Send Email
Jul 1, 2009
4:45 am
1060
... Yes, it does. But are you talking about ID or IDREF? Cheers, Makoto...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Jul 1, 2009
4:58 am
1061
One way to overcome the problem is to use <define> as children of <include>. <include href="common.atts.rng> <define name="foo">...</define> .... </include> ...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Jul 1, 2009
5:07 am
1062
Unfortunately that does not help me too much as I have schemas that I import the common attributes into that make use of them more then once , with different...
Dingwell, Robert A.
rob.dingwell
Offline Send Email
Jul 1, 2009
1:49 pm
1063
Thanks George, It looks like rnv obeys the spirit of the spec "Note: Spaces are, in principle, allowed in the ·lexical space· of anyURI, however, their use...
Hugh Cayless
hcayless
Offline Send Email
Jul 1, 2009
3:09 pm
1064
Hi, I wondered if it's possible in RelaxNG schemas to enforce value constraints. For example: <foo id="12345" /> <bar references="12345" /> Can I somehow...
Andreas Sommer
AndiDog@...
Send Email
Jul 6, 2009
1:35 pm
1065
... I see your requirement as a referential constraint, which is a particular kind of value constraint. ISO/IEC 19757-2 RELAX-NG supports simple value...
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 6, 2009
2:21 pm
1066
... I am not an expert of W3C XML Schema, but I have thought that you have to copy the content of the original and then modify it rather than describing...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Jul 8, 2009
3:21 pm
1067
On 7/8/09 11:18 AM, "MURATA Makoto (FAMILY Given)" ... You can just describe the differences on a restriction and on an extension you just add whatever else...
Dingwell, Robert A.
rob.dingwell
Offline Send Email
Jul 8, 2009
3:41 pm
1068
... I was a member of the W3C XML Schema WG. As far as derivation by restriction is concerned, I strongly believe that you have to write everything rather...
MURATA Makoto (FAMILY...
mktmurata
Offline Send Email
Jul 8, 2009
4:32 pm
1069
On 7/8/09 12:30 PM, "MURATA Makoto (FAMILY Given)" ... The example was completely off the top of my head not really trying to validate. While it is true that...
Dingwell, Robert A.
rob.dingwell
Offline Send Email
Jul 8, 2009
6:38 pm
1070
Hello, I'm evaluating the opportunity to use RelaxNG Compact to validate an existing XML format (which is not clearly defined...). Several months ago, I have...
renaud.aubin
Offline Send Email
Jul 15, 2009
11:00 pm
1071
... This is covered in the specification of ISO/IEC 19757-2:2003: 10.5 Restrictions on interleave In order to facilitate implementation, an element of a...
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 16, 2009
2:11 am
1072
... OK, thank you but now, what if I need to add a required/optional contraint on a specific [ attribute name {"aname"}, attribute content { text with or...
renaud.aubin
Offline Send Email
Jul 18, 2009
1:57 pm
1073
... Add an embedded Schematron rule. -- Take two turkeys, one goose, four John Cowan cabbages, but no duck, and mix them...
John Cowan
johnwcowan
Online Now Send Email
Jul 18, 2009
6:35 pm
1074
... Thanks John, (I have never used schematron, so please forgive me is the following seems trivial:) Is this possible to embed schematron rules within rnc...
renaud.aubin
Offline Send Email
Jul 18, 2009
9:51 pm
1075
... RELAX NG Compact Syntax supports Annotations which are turned into foreign elements and attributes. The specification and I imagine the tutorial have some...
Bjoern Hoehrmann
hoermi
Offline Send Email
Jul 18, 2009
10:21 pm
1076
... Yes, it is possible, for example see example 5.4 in http://www.kosek.cz/xml/schema/sch.html#sch-rng (page is in Czech, but you can easily see how to mimics...
Jirka Kosek
jirka@...
Send Email
Jul 20, 2009
8:43 pm
1077
I'm trying to use msv from within an ant script. From the command line I'm using java -jar relames.jar etc What is the main class please, to run it as a normal...
Dave Pawson
dpawson2000
Offline Send Email
Jul 22, 2009
9:24 am
1078
Hi, I am a post graduate student from institution of Computer Network and Communication in China. I have come accross some problems when using the RELAXER...
echeckline@...
echeckline...
Offline Send Email
Aug 14, 2009
4:56 am
1079
Hi Guys. I am seeking advice on this. Traditionally I used 'schemaLocation' to reference a w3c schema from my documents. I am porting my schema's to rng's...
rossajmcd
Offline Send Email
Aug 14, 2009
4:56 am
1080
... RELAX NG does not have any such standard mechanism. Its model of validation involves validating a user-specified document against a user-specified schema....
John Cowan
johnwcowan
Online Now Send Email
Aug 14, 2009
5:18 am
1081
... I can only give a general answer, as I am not familiar with the details of RELAXER. However, data binding tools typically cannot handle the full...
John Cowan
johnwcowan
Online Now Send Email
Aug 14, 2009
5:18 am
Messages 1052 - 1081 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