Hi,
Im using Cocoon 2.1.10 CFORMS
My namespace declartion will look like this.
<page
xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
xmlns:ft="http://apache.org/cocoon/forms/1.0#template"
xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
xmlns:xi="http://www.w3.org/2001/XInclude">
I tried by adding a template(template name is = page) in XSL file to remove
the namespace information.
When i run the application it get removed from the html tag but i found that
the problem persists in sub tag.
<link xmlns:ft="http://apache.org/cocoon/forms/1.0#template"
xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
xmlns:xi="http://www.w3.org/2001/XInclude" type="text/css" rel="stylesheet"
href="../style1.css">
Anyone please tell me ,how to solve this issue??
Thanks in Advance,
Aashik.
--
View this message in context:
http://www.nabble.com/How-to-remove-the-namespace-declaration-in-HTML-output-in-CForms-tp21230492p21230492.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]