Re: Re: RevML DTD

Barrie Slaymaker <[email protected]> Sat, 15 Jan 2005 07:51:36 -0500
Newsgroups gmane.comp.version-control.revml
Message-ID <[email protected]>
Sounds like a broken validator; here's the spec:

    http://www.w3.org/TR/REC-xml/#NT-Name

Also note xmllint's response:

    bash-2.05b$ echo "<_/>" | xmllint -
    <?xml version="1.0"?>
    <_/>

Thanks,

Barrie

Peter Miller wrote:

>On Sat, 2005-01-08 at 02:18, Barrie Slaymaker wrote:
>  
>
>>See this link for the latest [RevML DTD]:
>>
>>   http://public.perforce.com/public/revml/revml.dtd
>>    
>>
>
>I've got RevML generation working, and I've started to check the output
>against the DTD using James Clark's nsgmls.
>
>It is barfing on the DTD: it says that "_" is not a valid element name
>character.
>
>
>  
>