Bug#403164: Ruby's XML Parser does not parse all valid XML

2007-01-05 Thread Junichi Uekawa
Hi, > This is actually a bug in libxml-parser-ruby1.8. See a the > following comment from SOAP::Util: > > # Q: why only '&' and '<' are encoded, but not '>'? > # A: because it is not required according to XML spec. > # > # [http://www.w3.org/TR/REC-xml#syntax] > # The ampersand character (&) and

Bug#403164: Ruby's XML Parser does not parse all valid XML

2006-12-31 Thread Don Armstrong
reassign 403164 libxml-parser-ruby1.8 severity 403164 minor thanks This is actually a bug in libxml-parser-ruby1.8. See a the following comment from SOAP::Util: # Q: why only '&' and '<' are encoded, but not '>'? # A: because it is not required according to XML spec. # # [http://www.w3.org/TR/REC