Yes, it does. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Woodhouse Sent: Tuesday, December 14, 2004 5:39 PM To: [EMAIL PROTECTED] Subject: RE: [Hardhats-members] XML Parsing problem
Strictly speaking, there's a SAX event for CDATA sections, but I don't know if MXML supports it. --- Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > Thanks Madhavi. I see I have much to learn about XML > > :-) > > Kevin > --- Madhavi Bagepalli <[EMAIL PROTECTED]> wrote: > > > Kevin, > > > > Use <![CDATA[" Physician Assistants & Advanced > > Practice Nuring "]]>. > > Everything inside a CDATA section is ignored by the > > parser. > > > > Madhavi > > > > >From: Kevin Toppenberg <[EMAIL PROTECTED]> > > >Reply-To: [EMAIL PROTECTED] > > >To: Hardhats Sourceforge > > <[EMAIL PROTECTED]> > > >Subject: [Hardhats-members] XML Parsing problem > > >Date: Mon, 13 Dec 2004 13:49:28 -0800 (PST) > > > > > >I've come across a problem an XML using the MXMLDOM > > >module. > > > > > >The erroneous line is like this: > > > > > ><Field id="Type">Physician Assistants & Advanced > > >Practice Nuring</Field> > > > > > >The problem is the "&" character (I believe). The > > XML > > >parser sees this as a control character. I can't > > >reword the phrase, because I am matching for an > > entry > > >in the PERSON CLASS file that has this charcter in > > it. > > > > > >I think what is supposed to happen is that control > > >characters are put in some other way. > > > > > >Does anyone know how to do this? And will the > > parser > > >convert the code back into the above format when I > > >query to document, or will I need to do this > > manually? > > > > > >thanks > > >Kevin > > > > > > > > > > > >__________________________________ > > >Do you Yahoo!? > > >Yahoo! Mail - Easier than ever with enhanced > > search. Learn more. > > >http://info.mail.yahoo.com/mail_250 > > > > > > > > > >------------------------------------------------------- > > >SF email is sponsored by - The IT Product Guide > > >Read honest & candid reviews on hundreds of IT > > Products from real users. > > >Discover which products truly live up to the hype. > > Start reading now. > > >http://productguide.itmanagersjournal.com/ > > >_______________________________________________ > > >Hardhats-members mailing list > > >[EMAIL PROTECTED] > > > >https://lists.sourceforge.net/lists/listinfo/hardhats-members > > > > > _________________________________________________________________ > > Don't just search. Find. Check out the new MSN > > Search! > > > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT > > Products from real users. > > Discover which products truly live up to the hype. > > Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Hardhats-members mailing list > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/hardhats-members > > > > > > > __________________________________ > Do you Yahoo!? > Read only the mail you want - Yahoo! Mail SpamGuard. > http://promotions.yahoo.com/new_mail > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Hardhats-members mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/hardhats-members > ===== A practical man is a man who practices the errors of his forefathers. --Benjamin Disraeli ==== Greg Woodhouse [EMAIL PROTECTED] [EMAIL PROTECTED] ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Hardhats-members mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hardhats-members ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Hardhats-members mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hardhats-members
