Re: RDFa and Web Directions North 2009

Ivan Herman wrote:
> 
> Henri Sivonen wrote:
>>> * a list of current implementations
>>>  http://rdfa.info/rdfa-implementations/
>> Quoting that page:
>>> Python
>>>
>>>     * RDFa Distiller
>>>       Author: Ivan Herman
>>>       http://www.w3.org/2007/08/pyRdfa/
>> This implementation uses a tree representation that leaks qnames to the
>> application layer even in XML. Thus, it doesn't demonstrate the problems
>> that apply to SAX and XOM.
>>
>> (Aside: The way the parser is chosen is non-conforming per HTML 5.)
> 
> Aside: do you have a pointer to a conforming HTML 5 parser that can also
> be used with Python?

http://code.google.com/p/html5lib/

> Thanks
> 
> Ivan

- Sam Ruby

Received on Monday, 16 February 2009 12:43:25 UTC