Re: namespace question

David Dorward wrote:
> On Sat, Jul 29, 2006 at 01:52:03PM +0200, Siegfried Gipp wrote:
> 
>> i'm currently experimenting with xhtml 1.1. The testpage at
>> http://www.rorkvell.de/tmp.xhtml.de validated until i included rdf
>> metadata.  All errors reported by the validator have something to do
>> with the namespaces used and/or the rdf tags.
>>
>> So my question is: Is that indeed wrong how i did that?
> 
> Your Doctype is XHTML 1.1 plus MathML 2.0 plus SVG 1.1, not XHTML 1.1
> plus MathML 2.0 plus SVG 1.1 plus RDF plus Dublin Core plus Creative
> Commons. (Hence you get errors for your RDF, Dublin Core and CC
> elements)

You can use Relaxed validator for this:

http://relaxed.vse.cz/relaxed/validate?uri=http%3A%2F%2Fwww.rorkvell.de%2Ftmp.xhtml.de&option=xhtml%2Bmathml%2Bsvg&filterForcedDoctype=auto&process=Validate

With above setup XHTML 1.0 + MathML + SVG will be validated, elements 
from other namespaces will be ignored (we currently do not provide 
schema for RDF and others).

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------
                    Nejbližší termíny školení:
     ** XSLT 23.-26.10.2006 ** XML schémata 13.-15.11.2006 **
      ** DocBook 11.-13.12.2006 ** XSL-FO 11.-12.12.2006 **
------------------------------------------------------------------
   http://xmlguru.cz    Blog mostly about XML for English readers
------------------------------------------------------------------

Received on Sunday, 30 July 2006 09:27:44 UTC