XSLT wont allow me to use self-closing img and br tags

前端 未结 3 2163
忘掉有多难
忘掉有多难 2020-12-11 03:37

I have some XSLT that gets rendered in the Sitecore 6 CMS, but I don\'t think that this issue is specific to the product.

If I have a self-closing img or br tag, lik

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-11 04:17

    On the top of your stylesheet you can specify to use XML as the output format and you can also set a specific DOCTYPE, for example:

    
    

提交回复
热议问题