This is my xml:
<mi>
<pif pin="1" pt="3" ttl="Name">
<pa ia="1">Mary Smith</pa>
<info msg="The name is requeried" step="Requeried" order="3"
digit1="3" totop="1"/>
</pif>
<inputs>...
I would like change a value of prompt text before of processing.
I think change the promptConstant_text.xsl
There is an attribule VALUE:
<xsl:attribute name="VALUE">
<xsl:value-of select = "./pa[@ia='1']"/>
</xsl:attribute>
I want change to:
<xsl:attribute...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.