Why aren't my XSLT variables substituting their values?

前端 未结 6 1149
暖寄归人
暖寄归人 2020-12-11 06:00

I am trying to use XSLT variables and not having much success, hopefully I\'m just doing something dumb.

I have the following code snippet:



        
6条回答
  •  南笙
    南笙 (楼主)
    2020-12-11 06:58

    In your stylesheet you must use:

    
    

    instead of:

    {$config}
    

提交回复
热议问题