On 10.11.2003 21:27, Unico Hommes wrote:

* sitemap-container.xconf:

<fortress>

 <pipeline id="p1">
  <match id-ref="p1-m1" />
  <match id-ref="p1-m2" />
 </pipeline>

 <match id="p1-m1">
  <call id-ref="p1-m1-c1" />
 </match>

 <match id="p1-m2">
  <call id-ref="p1-m2-c1" />
 </match>

<call-function id="p1-m1-c1" function="..." />

<call-resource id="p1-m2-c1" resource="..." />

</fortress>

Doesn't this id/idref handling fail, if a component is declared only in the parent sitemap and inherited? At least from an XML POV.


Joerg



Reply via email to