﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
359	Puzzled by XInclude failures when using the MarkupTemplate class.	kvamlnk@…	cmlenz	"The MarkupTemplate class silently ignores XInclude include tags.

Note that deleting the href attribute generates an error.  The Genshi documentation states that if a file can't be found an error will be generated.  So this could be treated as a documentation error.  It is necessary to use the TemplateLoader class to use XInclude in a template and trigger file processing errors.

The MarkupTemplate class source code looks like it will process the XInclude include tag but silently fails.

I'd suggest raising an error when the MarkupTemplate class is used to process a template with include processing.

Note the simple example here uses the MarkupTemplate:
http://genshi.edgewall.org/wiki/Documentation/templates.html#id6"	defect	closed	minor		Template processing	0.5.1	duplicate	XInclude MarkupTemplate	
