Saul Rodrigo Zarrate Cárdenas wrote:
Ok, here is the source of the logicsheets
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsp="http://apache.org/xsp">
Add the namespace declaration for sgcwebxml:
xmlns:sgcwebxml="http://sgcwebxml.com/xsp/1.0"
Joerg
<xsl:template match="sgcwebxml:obtenerDato">
<xsp:expr>
<xsl:value-of select="@dato"/>
</xsp:expr>
</xsl:template>
This logicsheet still not resolve the problem of quit the code of my original
xsp page, but only with the declaration of this, I am having the problem.
Obviously in the xsp page, I still have the necessary code. I repeat, the
problem is when i am doing the declaration of the namespace
Thank you
Saul Zarrate Cardenas
---------------------------------------------------------------------
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]>