Hi, I'm attempting to write a basic unit test for a webservice I'm
implementing in Lift, by test looks like this:

      val foo = XML.load("http://localhost:8080";)

I'm getting an exception I assume because the XML parser is trying to
download the DTD and is getting denied.  Whats the best way to work
around this?

- Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to