Hello Cocoon-developers,

i'm trying to get cocoon using jakarta-slide as repository for the xml documents.
While running the slide sample in the cvs/scratchpad (11.11.2002) i recognized
that the sample is losing the principal-data at some places. For example:

sitemap.xmap
--------------
     <map:match pattern="view/**">
-      <map:read src="slide://{1}?cocoon-principal={../ID}"/>
+      <map:read src="slide://{1}?cocoon-source-principal={../ID}"/>
     </map:match>


src/scratchpad/src/org/apache/cocoon/generation/SourceDescriptionGenerator
-------------------------------------------------------------------------------
private void collectSources(Hashtable sources, String uri, int deep){
..
252:     collectSources(sources, traversablesource.getChildSource(i), deep-1);
...
private void pushSourceDescription(String systemid, int deep) {
368:      pushSourceDescription(traversablesource.getChildSource(i), deep-1);

[getChildSource returns only the name]

src/scratchpad/webapp/samples/slide/description2html4content.xsl
-------------------------------------------------------------------
212/218:                <xi:include href="{@source:systemid}" parse="text"/>

[systemid does not contain the uri parameter]

Because i'm new to cocoon and the list i would like to know if anybody is
already working on it and further bugs/patches should be posted to the bugzilla, the
committer or the list.

Thanks,

Alexander




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to