- template
- value-of
syntax
are these supported by the mod engine?
this is what i attempted, of-course, not working:
Code: Select all
<diff xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template name="AppendCraftingMark" match="t">
<replace sel="text()[1]">
<xsl:value-of select="."/> *
</replace>
</xsl:template>
<xsl:call-template name="AppendCraftingMark" sel="/language/page[@id='20101']/t[@id='10001']"/>
Inventory Crafts Items Marked
attempt to refine without the bother about language