In my site pages I am having an issue whereby when you view source on a page you can still see some of the xslt tags embedded in some of the html tags, for instance:
<form xmlns:xsp="http://apache.org/xsp" xmlns:util="http://apache.org/xsp/util/2.0" xmlns:xsp-session="http://apache.org/xsp/session/2.0" xmlns:xsp-request="http://apache.org/xsp/request/2.0" action="login" method="post">
How do I prevent this from happening, so that the tag just reads as?:
<form action="" method="">
All my pages need to be serialized as serverpages.
I guess you meant "All my pages are produced by the Server Pages generator", isn't it ?
A solution may be to strip the unwanted XSP namespaces (they're not XSLT ones) by adding an XSL transformation (see http://archives.real-time.com/pipermail/cocoon-users/2003-November/042751.html ).
Regards,
---------------------------
Luca Morandini
[EMAIL PROTECTED]
http://www.lucamorandini.it
---------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
