开发者

Generate a xml from a html

开发者 https://www.devze.com 2023-03-06 17:10 出处:网络
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.

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

精彩评论

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