[s-xml-devel] Whitespace within tags

Steffen Dienst steffen.dienst at gmx.de
Tue Jan 23 10:42:08 UTC 2007


Hi,

I'm a total noob trying to get my feet wet with lisp  I get an error  
parsing the following xml:
"<?xml version='1.0' ?>
<methodResponse
   ><fault
     ><value
       ><struct
         ><member
           ><name
             >faultCode</name
           ><value
             ><int
               >0</int></value></member
         ><member
           ><name
             >faultString</name
           ><value
             ><string
               >Too few  
arguments</string></value></member></struct></value></fault></methodResponse>
"
As you see there's whitespace between the tagnames and the closing '>'  
char. The xml standard doesn't mind whitespaces there, so is it safe to  
insert "(skip-whitespace stream)" into xml.lisp between lines 573/574 and  
608/609? I'm sorry, I could not access the cvs so I don't have a real  
patch.

Yours,

Steffen Dienst



More information about the s-xml-devel mailing list