Preguntas etiquetadas con xpath-1.0

6
Reemplazo de cadena XSLT
Realmente no sé XSL pero necesito arreglar este código, lo he reducido para hacerlo más simple. Estoy recibiendo este error Función XSLT / XPath no válida en esta linea <xsl:variable name="text" select="replace($text,'a','b')"/> Este es el XSL <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:inm="http://www.inmagic.com/webpublisher/query" version="1.0"> <xsl:output method="text" encoding="UTF-8" /> <xsl:preserve-space elements="*" /> <xsl:template match="text()" /> …
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.