[Lift] PCDataXmlParser

2009-11-16 Thread ctrlspace
Hello, I am a newby to both scala and lift. Now that that's out of the way I'm wondering how to properly use PCDataXmlParser to read and parse html. I pull data from a restful service by doing the following: [code] import dispatch._ import Http._ import net.liftweb.util._; import scala.xml._;

[Lift] Re: 503 for url: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd

2009-11-11 Thread ctrlspace
Sorry for what may seem like a stupid question, but I am very new to scala/lift. PCDataXmlParser solved my issue with w3 dtd but I am now getting a parse error when I get a http stream. :96:5: '' not allowed in attrib valuegoogle_ad_type = text_image;^ Exception in thread main