开发者

Anything to output xhtml?

开发者 https://www.devze.com 2022-12-09 23:30 出处:网络
I\'ve been using the HtmlAgilityPack to eat some XHTML documents, however, if I want to output my document as XHTML, it\'s not 开发者_如何学Pythonpossible. Anyone have any other solutions other than t

I've been using the HtmlAgilityPack to eat some XHTML documents, however, if I want to output my document as XHTML, it's not 开发者_如何学Pythonpossible. Anyone have any other solutions other than the HtmlAgilityPack to transform XHTML?

I need to transform the document a bit, I'm assuming maybe this is easier using straight XSLT?


if it's an xhtml document, then it should be an xml document, so I'd say XSLT would be the more direct approach.

0

精彩评论

暂无评论...
验证码 换一张
取 消