Advertise here: Contact FM.


XSL Simple Code
October 2, 2007 2:28 PM   RSS feed for this thread 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)
you have to do:


<A>
<xsl:attribute name="href">
http://location
</xsl:attribute>
Link text
</A>

posted by neustile at 2:41 PM on October 2, 2007


« Older Anyone remember a brand of Gre...   |   Need childcare recommendations... Newer »

You are not logged in, either login or create an account to post comments



Related Questions
Comparing current node to previous node with XSLT... April 30, 2008
Good free/cheap XML-and-XSL application? November 16, 2006
xsl:saint-augustine -- help me get to grips with XSLT February 14, 2006
How can I automatically format an XML file? October 31, 2004
How do I pass a variable from a URL to a XSL... January 8, 2004