Hello,
I have a stringBuilder Object that has the xml below::
when i try to do
Appointments a = (Appointments)digester.parse( sBuf.toString() );
i get the exception ::
java.net.MalformedURLException: no protocol:

Can someone give me a little insight what i may be doing wrong

Thanks

<?xml version="1.0" encoding="ISO-8859-1"?>
<remind>
        <p1>cN9sijzs3x/oeSt6KgoP2g==</p1>
        <p2>NtYtBlKqZJGIybkCt5Q8Ow==</p2>
        <appointments>
                <appointment>
                        <memberID>BARBARA GYE</memberID>
                        <email></email>
                        <cellPhone>256-555-1212</cellPhone>
                        <startDate>3/21/2011 12:00:00 AM</startDate>
                        <startTime>10:30:00</startTime>
                        <empID>HEATHER MESS</empID>
                        <appointmentType>SHAMPOO - BLOWDRY</appointmentType>
                </appointment>
        </appointments>
</remind>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to