Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Templating TPL (embed perl into XSLT)
Migrateduser
Does anyone know how to embed Perl code into XSLT?
For example: expected result: <a href="home/subdir/welcome.htm">Home</a>
perl code
$link_path = "home/subdir";
xslt code
<xsl:stylesheet>
.......
<a><xsl:attribute name="href">home/subdir(should be shown here)</xsl:attribute>welcome.htm</a>
..........</xsl:stylesheet>
Thanks in advance
Find more posts tagged with
Comments
There are no comments yet