hi,
Can any one tell me How to get url or uri from address bar dynamically in XSLT... It will helps me a lot.
Regards
Bhanu.
You can't directly get the URL from an address bar in xslt unless it's in the input document. You can however use a javascript inside of an XSLT to get that.
Please post a sample of your input document and your desired output that you're trying to achieve.
Hi,
Thanks for the reply. I need to write code in xslt (I may use javascript or any thing that supports in xslt) to get the url from address bar can any one can tell me that...
Regards
Bhanu.
Here's the javqascript help. You integrate that into xslt using the xsl:script instruction.
http://www.suite101.com/content/how-to-get-url-parts-in-javascript-a48335
No but you can mark the thread as solved :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.