Subject: Re: Re: RE: RE: DOM and XML parser
From: Mike Brown <mike@xxxxxxxx>
Date: Mon, 19 Aug 2002 10:21:28 -0600 (MDT)
|
ashu t wrote:
> Thanks a lot
> It is really invaluable and indepth information about XSLT
> Processor and XML Parser.
You're welcome.
I noticed that when your email software quoted my message,
it changed the markup in my examples. I hope that when
you read the original message, that this line
condensing character references, (e.g., the 4
characters "!" become the 1 character "!")
actually looked like this (extra underscores added here to
make sure it doesn't get corrupted again; don't actually
think there are underscores in a character reference)
condensing character references, (e.g., the 4
characters "&_#_3_3_;" become the 1 character "!")
(oops.. that's 5 characters, not 4)
Likewise, this line
<foo a1="one" a2="two">1 & 2 are < 3</foo>
should have said (extra underscore added here):
<foo a1="one" a2="two">1 &_amp; 2 are < 3</foo>
If your email software normally interprets/corrupts markup in a
message that is clearly marked as text/plain, then it is time to
start using a new program, because you're going to think that
everyone is giving you bad code! :)
- Mike
____________________________________________________________________________
mike j. brown | xml/xslt: http://skew.org/xml/
denver/boulder, colorado, usa | resume: http://skew.org/~mike/resume/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|