私は、次の例のようにgroovyを使用してHTMLフラグメントをXHTMLに変換するにはどうすればよいですか?
明らかI would have enever thought that <b>those infamous tags</b>,
born in the <abbr title="Don't like that acronym">SGML</abbr> realm,
would make their way into the web of objects that we now experience.
をいくつかのHTML断片を含む入力String
を持っている、本物ははるかに複雑(その上のリンク、iamges、divタグ、および含む)であり、そして私が書きたいです次のプロトタイプを持つメソッド
String toXHTML(String html) {
// What do I have to write here ?
}
この回答を調べる:http://stackoverflow.com/questions/3024488/xmlslurper-nekohtml-document-fragment-parsing-no-html-or-body-tags-wanted – sbglasius