The following code
snippet worked in Cocoon 2.1.5.1 but isn't working in Cocoon
2.1.8
<map:match
pattern="TSS-IncludeTest-01.html">
<map:generate src=""/>
<map:transform src="">
</map:transform>
<map:transform type="cinclude"/>
<map:serialize/>
</map:match>
<map:generate src=""/>
<map:transform src="">
</map:transform>
<map:transform type="cinclude"/>
<map:serialize/>
</map:match>
Has there been a
change to include transformation in Cocoon 2.1.8? Has the ability to use
cinclude after transformations been eliminated? If it did, this is very
discouraging. What I'm doing is inside an XHTML template I call a single
template that builds a cinclude element. I call this cinclude template several
times, each time passing different parameters to produce several cincludes. The
cincludes are then processed at the end of the map:match. I need to process the
cincludes at the end of the map:match after the
transformation.
I've thought about
using i:include, but I did some searching and cannot find any good
examples for using <i:include>. How does one go about using i:include to
include only a portion of a xml document? Form what I could tell, the 2.1.8
i:include samples only show the use of i:include serving an entire xml file, not
a part of a file. I tried using cinclude select but that did not
work?
Gary T. Schultz
IT
Administrator
Wisconsin Department of Commerce
201 W. Washington Ave
Madison, WI 53214
608-266-1283
[EMAIL PROTECTED].wi.us
