开发者

Generate a xml from a html

Im trying to generate a xml from a html (url). The html website have a formulary that i want to get into a xml archive, but its too long and im searching a way to do it easier.

There is a method to generate a xml 开发者_StackOverflow社区with all the fields, etc, from a html?


you can also use an html parser and print out the objects / array as xml

try this: http://sourceforge.net/projects/html2xml/


You can try the free dotnet-classlibrary SgmlReader that can load html into a xmldocument. This in turn can be saved as xml.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜