Easiest way to implement in an already existing XSLT-file?
Hi there,
I am looking for the easiest way to implement without using a macro inside an already existing XSLT-file. Or is it possible to call macro from inside XSLT?
Like Matt said you could use it as an xsl:include or you could just tweak the original twitter xslt to inlcude your custom markup or similarly copy the twitter code into your custom XSLT.
Easiest way to implement in an already existing XSLT-file?
Hi there,
I am looking for the easiest way to implement without using a macro inside an already existing XSLT-file.
Or is it possible to call macro from inside XSLT?
This is my existing code:
</xsl:stylesheet>
If you make it a named template, you could include it in your other XSLT files, and use call-template?
Matt
Like Matt said you could use it as an xsl:include or you could just tweak the original twitter xslt to inlcude your custom markup or similarly copy the twitter code into your custom XSLT.
Warren
is working on a reply...