Hi,
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.


Peter



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



Reply via email to