xslt - XSL to XML removing data betwee {} -
i processing xsl+xml-> html using xsltproc
having problem info beingness removed in process.
xsl:
<div item="{id}"> is turning into:
html:
<div item=""> i need result be:
html:
<div item="{id}"> any ideas how fix/or prevent this?
just double {} :
xslt
<div item="{{id}}"> result
<div item="{id}"> xml xslt
No comments:
Post a Comment