On Sunday 26 July 2009 00:21:55 Anthony Bryan wrote:
> thanks for the help & info, Eran.
>
> yes, please guys, I'm at the point where I'm going loopy re-reading
> this thing :)
>
> please review, esp the relax ng schema. I think there are some problems
> there...

metalinkHash =
      element metalink:hash {
        attribute piece { xsd:integer }?,
        attribute type { text }?,
        text
      }

should imo be:

metalinkHash =
      element metalink:hash {
        (attribute piece { xsd:integer }
         | attribute type { text }),
        text
      }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Metalink Discussion" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/metalink-discussion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to