RE: Are there any open source tools that work with xproc that convert html to well formatted text?

> I'm not certain that the error as specified in the spec "It is a dynamic
> error<http://www.w3.org/TR/xproc/#dt-dynamic-error>
> (err:XD0010<http://www.w3.org/TR/xproc/#err.D0010>) if the match
> expression on p:viewport does not match an element or document."
> is working in Calabash. I wasn't getting an error, just kept on trucking.

Just for the record, you are not supposed to get err:XD0010 if the match expression in p:viewport matches nothing. You will get the error only if the match expression matches something else than a document or an element - for example, a text node.

Regards,
Vojtech

Received on Sunday, 20 February 2011 11:47:51 UTC