XSL Simple Code
October 2, 2007 2:28 PM
Subscribe
Filemaker Pro XSL Web Publishing Filter: I don't know XSL syntax at all, but what I want to do should be very simple. Details inside...
All I want to do is take the page that FMP created with it's web publishing software (written in XSL) and add a link to a regular URL to the page. I tried a standard href line, as I would do in HTML, but it didn't work. What is the XSL language that will give me a link?
Thanks a lot! I can't find this online anywhere.
posted by crapples to computers & internet (1 comment total)
<A>
<xsl:attribute name="href">
http://location
</xsl:attribute>
Link text
</A>
posted by neustile at 2:41 PM on October 2, 2007