[xmljs-users] attributes without quotes
Brought to you by:
djoham,
witchhunter
From: Luc G. <lu...@kn...> - 2006-12-01 00:54:53
|
Hi, =20 I'm using xmldon and I noticed that the parser goes into an infinite loop if there are attributes without quotes. =20 There is a bug at the end of the _XMLDoc_parseTag=20 this.pos =3D this.parseAttribute(src, pos, n); it should be=20 pos =3D this.parseAttribute(src, pos, n); =20 then the parser will just skip the attributes for that tag. =20 =20 Anyone has coded something to get the parser to accept attributes without quotes ? =20 =20 =20 Thanks =20 Lucho |