XSLT Transform XML with Namespaces

后端 未结 2 995

I\'m trying to transform some XML into HTML using XSLT.

Problem:

I can\'t get it to work. Can someone tell me wh

2条回答
  •  死守一世寂寞
    2020-12-01 01:45

    How do you execute the transformation? Maybe you forgot to link the XSLT stylesheet to XML document using:

    
    

    at the beginning of XML document. More explanation here.

提交回复
热议问题