Please mind text nodes. XML is not HTML and does not ignore (empty) text. PS It could be an error in util logicsheet also.
Vadim -----Original Message----- From: Mike Ash [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 10:20 AM To: '[EMAIL PROTECTED]' Subject: Util LogicSheet If we do this it works just fine <util:include-expr> <util:expr><xsp:expr> <xsp-request:get-attribute name="xmlData" /> </xsp:expr></util:expr> </util:include-expr> This doesn't work with the error below. <util:include-expr> <util:expr> <xsp:expr> <xsp-request:get-attribute name="xmlData" /> </xsp:expr> </util:expr> </util:include-expr> org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling ServerList_xsp: Line 127, column 28: ')' expected. Line 0, column 0: 1 error Not a huge problem but something to note. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>