PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3057

*** shadow/3057 Fri Aug 10 10:55:05 2001
--- shadow/3057.tmp.18034       Fri Aug 17 03:00:34 2001
***************
*** 31,34 ****
  navigation. How can they possibly affect each other?
  
  ------- Additional Comments From [EMAIL PROTECTED]  2001-08-10 10:55 -------
! I verified this on windows2000 and linux running tomcat 4 from cvs.
--- 31,52 ----
  navigation. How can they possibly affect each other?
  
  ------- Additional Comments From [EMAIL PROTECTED]  2001-08-10 10:55 -------
! I verified this on windows2000 and linux running tomcat 4 from cvs.
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-08-17 03:00 -------
! This means: There are some elements below the root element: info, navigation 
! and content.
! info is still hardcoded in our generator, as is content. Navigation - which is 
! between those two same leveled elements is read from a File with:
! 
! Source is = resolver.resolve(navFile);
! // resolver is org.apache.cocoon.environment.SourceResolver, which is set by 
! setup
! is.stream(super.xmlConsumer);
! 
! This implementation of the navigation can be turned off via nav=0 in the query 
! URL.
! Now when we XSLTrensform this XML both, navigation and content, are missing 
! while with turned off navigation the content is visible. This may not be after 
! there is no Error thrown saying the XML was not valid and one element may not 
! affect another in the same level.

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

Reply via email to