- From: Erich Izdepski <eizdepski@cysive.com>
- Date: Wed, 7 Nov 2001 10:34:39 -0500
- To: <www-rdf-validator@w3.org>
report=I put in a ccpp component <ccpp:component> 10: <Description rdf:ID="TerminalHardware"> 11: <prf:cpu>PPC</prf:cpu> 12: <prf:dislay>640x400</prf:dislay> 13: </Description> 14: </ccpp:component> with a namespace error on purpose. (line 12 has dislay vice display). The validator did not detect the error. Perhaps it does not perform namespace checks? RDF=<?xml version="1.0"> <?xml version="1.0"?> <!-- Checked by SiRPAC 1.16, 18-Jan-2001 --> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ccpp="http://www.w3.org/2000/07/04-ccpp#" xmlns:prf="http://www.wapforum.org/UAPROF/ccppschema-20000405#"> <Description rdf:ID="gadgetX"> <ccpp:component> <Description rdf:ID="TerminalHardware"> <prf:cpu>PPC</prf:cpu> <prf:dislay>640x400</prf:dislay> </Description> </ccpp:component> <ccpp:component> <Description rdf:ID="TerminalSoftware"> <prf:name>EPOC</prf:name> <prf:vendor>Symbian</prf:vendor> <prf:version>2.0</prf:version> </Description> </ccpp:component> <ccpp:component> <Description rdf:ID="Browser"> <prf:name>Mozilla</prf:name> <prf:vendor>Symbian</prf:vendor> <prf:version>5.0</prf:version> <prf:htmlVersionsSupported> <Bag> <li>3.0</li> <li>4.0</li> <li>XHTML</li> </Bag> </prf:htmlVersionsSupported> </Description> </ccpp:component> </Description> </RDF>
Received on Wednesday, 7 November 2001 10:36:12 UTC