[Home] [By Thread] [By Date] [Recent Entries]

  • To: "David Rosenborg" <darolst@p...>,<xml-dev@l...>
  • Subject: RE: RELAX NG compact notation
  • From: "Eric Middleton" <Eric.Middleton@d...>
  • Date: Tue, 22 Oct 2002 16:24:45 +0100
  • Thread-index: AcJ53qPgJtDcTxd8S1mC5nFXzU0LjwAAD93w
  • Thread-topic: RELAX NG compact notation

Thanks for your help - can you tell me what tool you used to parse the schema?
So far the only tool I've found is Trang.

-Eric

-----Original Message-----
From: David Rosenborg [mailto:darolst@p...]
Sent: 22 October 2002 16:36
To: Eric Middleton; xml-dev@l...
Subject: Re:  RELAX NG compact notation


Eric Middleton wrote:

> I'm attempting to use the RELAX NG compact notation in order to add annotations to patterns. When I use Trang to convert to the XML notation, I get a syntax error for the following schema:
> 
> datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes"
> namespace a = "http://www.example.com/xml/annotation"
> 
> [a:extendsClass [ "com.example.uiapi.ClientBase" ]]
> Client &= element firstName { xsd:string }
> & element lastName { xsd:string }
> & element dateOfBirth { xsd:string }
> 
> The error only occurs when I add an annotation to the first pattern in a schema, adding annotations to subsequent patterns seems to work fine.
> 
> Does anyone have any experience with the RELAX NG compact notation?

Your example seems to be correct. I've tested it with another tool and it worked just fine,
so I guess it's a problem with Trang.

Cheers,
David


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member