Referring urls

watterson
Posts: 71
Joined: Mon Feb 14, 2005 4:15 pm

Referring urls

Post by watterson »

I downloaded and installed the fix. I still don't see what I am expecting, but it could be me.

What is the proper syntax for "XML Exported Variables" field? I have tried %HTTP_REFERER and HTTP_REFERER, neither appear to work.

Also, what is the syntax for displaying the variable in the XSLT?

Thanks for your help.
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

Referring urls

Post by jason112 »

Without the %. "HTTP_REFERER"

When you're on the root node, the proper syntax is:
<xsl:value-of select="exportVar/variable[@name='HTTP_REFERER']"/>
watterson
Posts: 71
Joined: Mon Feb 14, 2005 4:15 pm

Referring urls

Post by watterson »

Thanks, it's working. Very cool
Post Reply