DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10540>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10540 [PATCH] Make CInclude support select="xpath" attribute Summary: [PATCH] Make CInclude support select="xpath" attribute Product: Cocoon 2 Version: Current CVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] this makes the CInclude transformer straighten up and fly right by me ;-). The XInclude tranformer seems to prefer files to well...everything. The CInclude transformer doesn't let you use XPointers. The XPointer syntax on the href= is yucky and smells of cheese (SoC in your tag eh? ;-) ). This makes CInclude support an attribute called select which takes the same syntax as the #XPointer(blabla) only by itself and minus the #XPointer( and ). So for instance: <cinclude:include src="cocoon:/categories_combo.xml" select="xformcategories/*" parse="xml"/> would include everything in the xformcategories node but not the xformcategories node (thank god!). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]