Retrieve page URL params or page URL in XSLT

前端 未结 4 1303
不知归路
不知归路 2021-01-14 13:37

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

4条回答
  •  Happy的楠姐
    2021-01-14 14:03

    If it is client side, there isn't any way of doing this. Unfortunately, xsl is very limited in the browser. I'm afraid you will need to move the functionality to the webapp or to javascript.

    If the transform is server side, there might be something you can do.

提交回复
热议问题