From robin.berjon at expway.fr Tue Apr 5 14:03:00 2005 From: robin.berjon at expway.fr (Robin Berjon) Date: Tue Apr 5 19:03:08 2005 Subject: [relaxng-user] NVDL examples Message-ID: <42527E74.5040002@expway.fr> Hi, I'd like to produce a NVDL for the SVG Tiny 1.2 spec that basically says "any namespace that isn't (SVG | XLink | XML Events) is fine wherever, but it needs to be skipped in the validation". I think I get how to do that from the spec but I'd be a lot more confident if I had some examples to study (not necessarily precisely of this sort of rule, anything that helps me understand NVDL better is good) but Google didn't find much to chew on. Thanks for any input, -- Robin Berjon Research Scientist Expway, http://expway.com/ From bob_kennelly at yahoo.com Tue Apr 5 11:18:15 2005 From: bob_kennelly at yahoo.com (Bob Kennelly) Date: Wed Apr 6 01:18:17 2005 Subject: [relaxng-user] Re: relaxng-user Digest, Vol 18, Issue 1 In-Reply-To: 6667 Message-ID: <20050405181815.60555.qmail@web14522.mail.yahoo.com> Hello! When using Oracle's XMLSAXSerializer to download table data and convert it to an XML format, i'm finding out that, if the Oracle data is NULL, it doesn't actually create an empty tagged entry, ie , but only creates XML entries for those table fields that are NOT NULL! Does the RELAX_Schema (.rng) or XML_Schema (.xsd) have a feature that will recognize this type of scenario and handle it appropriately, if the right feature or structure is used for this scenario? Thanks very much! BobKennelly, Systems Analyst OFHEO - U.S Government relaxng-user-request@relaxng.org wrote: Send relaxng-user mailing list submissions to relaxng-user@relaxng.org To subscribe or unsubscribe via the World Wide Web, visit http://relaxng.org/mailman/listinfo/relaxng-user or, via email, send a message with subject or body 'help' to relaxng-user-request@relaxng.org You can reach the person managing the list at relaxng-user-owner@relaxng.org When replying, please edit your Subject line so it is more specific than "Re: Contents of relaxng-user digest..." Today's Topics: 1. Re: relaxng-user Digest, Vol 17, Issue 15 (Bob Kennelly) ---------------------------------------------------------------------- Message: 1 Date: Thu, 31 Mar 2005 06:13:21 -0800 (PST) From: Bob Kennelly Subject: [relaxng-user] Re: relaxng-user Digest, Vol 17, Issue 15 To: relaxng-user@relaxng.org Message-ID: <20050331141321.52700.qmail@web14525.mail.yahoo.com> Content-Type: text/plain; charset="us-ascii" Hello! We are using RELAXNG to create XML_SCHEMA's and in our testing, i noticed that if one has a "<" or ">" or "&", less than, greater than, or amp in the data, it flags that as a problem! Is there a way around this? Thanks very much! BobK relaxng-user-request@relaxng.org wrote: Send relaxng-user mailing list submissions to relaxng-user@relaxng.org To subscribe or unsubscribe via the World Wide Web, visit http://relaxng.org/mailman/listinfo/relaxng-user or, via email, send a message with subject or body 'help' to relaxng-user-request@relaxng.org You can reach the person managing the list at relaxng-user-owner@relaxng.org When replying, please edit your Subject line so it is more specific than "Re: Contents of relaxng-user digest..." Today's Topics: 1. test (Dave Pawson) 2. Re: test (Dave Pawson) ---------------------------------------------------------------------- Message: 1 Date: Tue, 29 Mar 2005 18:11:32 +0100 From: Dave Pawson Subject: [relaxng-user] test To: RelaxNG user List Message-ID: <1112116292.5659.14.camel@marge> Content-Type: text/plain I've been getting two emails for each one sent. Hence unsubscribed and subscribed again. Regards DaveP ------------------------------ Message: 2 Date: Tue, 29 Mar 2005 18:58:36 +0100 From: Dave Pawson Subject: Re: [relaxng-user] test To: RelaxNG user List Message-ID: <1112119116.5659.37.camel@marge> Content-Type: text/plain On Tue, 2005-03-29 at 18:11 +0100, Dave Pawson wrote: > I've been getting two emails for each one sent. > > Hence unsubscribed and subscribed again. Drat. That failed. Still getting two copies of everything. regards DaveP ------------------------------ _______________________________________________ relaxng-user mailing list relaxng-user@relaxng.org http://relaxng.org/mailman/listinfo/relaxng-user End of relaxng-user Digest, Vol 17, Issue 15 ******************************************** --------------------------------- Do you Yahoo!? Make Yahoo! your home page -------------- next part -------------- An HTML attachment was scrubbed... URL: http://relaxng.org/pipermail/relaxng-user/attachments/20050331/08b87e36/attachment-0001.htm ------------------------------ _______________________________________________ relaxng-user mailing list relaxng-user@relaxng.org http://relaxng.org/mailman/listinfo/relaxng-user End of relaxng-user Digest, Vol 18, Issue 1 ******************************************* --------------------------------- Yahoo! Messenger Show us what our next emoticon should look like. Join the fun. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://relaxng.org/pipermail/relaxng-user/attachments/20050405/b788c94d/attachment.htm From elharo at metalab.unc.edu Tue Apr 5 15:03:07 2005 From: elharo at metalab.unc.edu (Elliotte Rusty Harold) Date: Wed Apr 6 02:03:10 2005 Subject: [relaxng-user] Re: relaxng-user Digest, Vol 18, Issue 1 In-Reply-To: <20050405181815.60555.qmail@web14522.mail.yahoo.com> References: <20050405181815.60555.qmail@web14522.mail.yahoo.com> Message-ID: <4252E0EB.8030505@metalab.unc.edu> Bob Kennelly wrote: > Hello! > > When using Oracle's XMLSAXSerializer to download table data and convert > it to an XML format, i'm finding out that, if the Oracle data is NULL, > it doesn't actually create an empty tagged entry, ie > , but only creates XML entries for those table > fields that are NOT NULL! In most scenarios the value of does not correspond to NULL. Rather it corresponds to the value of element5 being the empty string. Most commonly, NULL corresponds to there being no element5 element at all. Alternately you'll occasionally see . However, no element at all is normally the right approach. -- Elliotte Rusty Harold elharo@metalab.unc.edu XML in a Nutshell 3rd Edition Just Published! http://www.cafeconleche.org/books/xian3/ http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim