I have a page which has URL structure : http://www.abc.com/xyz?parama=1¶mb=2
Is is possible to create a generic method for getting the values of an
I workaround this by using javascript in mi XSLT file. take a look.
on The XML I have a tag element named tag! yes, very original...
This is my custom URL
Now inside the template of the transform, in going to load my custom value in Param1 in this case i'm going to use the document.title.. by using a jquery function.