從HTML文檔中刪除空格,讓我有紅寶石一個字符串,它是像使用Ruby
str = "<html>\n<head>\n\n <title>My Page</title>\n\n\n</head>\n\n<body>" +
" <h1>My Page</h1>\n\n<div id=\"pageContent\">\n <p>Here is a para" +
"graph. It can contain spaces that should not be removed.\n\nBut\n" +
"line breaks that should be removed.</p></body></html>"
我怎麼會移除所有的空格(空格,製表符和換行),這是一個標籤/不在外面在內容像<p>
僅使用本地Ruby的內容?
(我想避免使用XSLT或東西的任務這麼簡單。)
你的html不正確。您有一個開放的
標籤和兩個關閉
。 – Andrew 2010-06-19 20:47:24..和虛假的,無與倫比的'