Re: [xmljs-users] attributes without quotes
Brought to you by:
djoham,
witchhunter
|
From: David J. <dj...@ya...> - 2006-12-03 05:01:30
|
=0AHi Lucho,=0A=0AThanks for the bug report. As far as I know, no one is tr=
ying to get attrributes without quotes working. I suspect neither xmljs DOM=
paser will work for you in this case. Is there any reason the attributes a=
ren't quoted?=0A=0ADavid=0A=0A----- Original Message ----=0AFrom: Luc Giave=
lli <lu...@kn...>=0ATo: xml...@li...=0ASent: Thurs=
day, November 30, 2006 5:54:45 PM=0ASubject: [xmljs-users] attributes witho=
ut quotes=0A=0A=0A=0A=0A =0A =0A=0A<!--=0A=0A /* Style Definitions */=0A p.=
MsoNormal, li.MsoNormal, div.MsoNormal=0A=09{margin:0in;=0Amargin-bottom:.0=
001pt;=0Afont-size:12.0pt;=0Afont-family:"Times New Roman";}=0Aa:link, span=
.MsoHyperlink=0A=09{color:blue;=0Atext-decoration:underline;}=0Aa:visited, =
span.MsoHyperlinkFollowed=0A=09{color:purple;=0Atext-decoration:underline;}=
=0Aspan.EmailStyle17=0A=09{=0Afont-family:Arial;=0Acolor:windowtext;}=0A _f=
iltered {=0Amargin:1.0in 1.25in 1.0in 1.25in;}=0Adiv.Section1=0A=09{}=0A-->=
=0A=0A=0A=0A=0A=0A=0AHi,=0A =0A=0A =0A =0A=0AI=92m using xmldon and I noti=
ced that the parser goes=0Ainto an infinite loop if there are attributes wi=
thout quotes.=0A =0A=0A =0A =0A=0AThere is a bug at the end of the _XMLDoc=
_parseTag =0A =0A=0Athis.pos =3D this.parseAttribute(src, pos, n);=0A =0A=
=0Ait should be =0A =0A=0Apos =3D this.parseAttribute(src, pos, n);=0A =0A=
=0A =0A =0A=0Athen the parser will just skip the attributes for that tag.=
=0A =0A=0A =0A =0A=0A =0A =0A=0AAnyone has coded something to get the par=
ser to accept=0Aattributes without quotes ?=0A =0A=0A =0A =0A=0A =0A =0A=
=0A =0A =0A=0AThanks=0A =0A=0A =0A =0A=0ALucho=0A =0A=0A=0A=0A=0A--------=
-----------------------------------------------------------------=0ATake Su=
rveys. Earn Cash. Influence the Future of IT=0AJoin SourceForge.net's Techs=
ay panel and you'll get the chance to share your=0Aopinions on IT & busines=
s topics through brief surveys - and earn cash=0Ahttp://www.techsay.com/def=
ault.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV=0A___________________=
____________________________=0Axmljs-users mailing list=0Axmljs-users@lists=
.sourceforge.net=0Ahttps://lists.sourceforge.net/lists/listinfo/xmljs-users=
=0A=0A=0A=0A=0A |