xml problem?

2001-04-10 Thread Amli Gao
Which xml parser can be integrated in the JSP? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on J

XML (& problem)

2000-04-24 Thread Jyoti Bongarala
Hi! I am having a problem with &(ampersand). Some of the xml files that I have with '&' get parsed well by IE5, but some of them don't. The error I get is : Whitespace is not allowed at this location. Line 1, Position 164 Can someone help me by telling me why this happens... thanks, Jyoti. _

Re: xml problem?

2001-04-10 Thread Rob Gordon
> Which xml parser can be integrated in the JSP? Either one, presuming you mean DOM vs. SAX. Ultimately, depends on what you want to do. SAX is probably best for handling a stream input into a JSP (ie. servlet) Rob > > ===

Re: XML (& problem)

2000-04-24 Thread Jo-Ann Fletcher - Axys
y, April 24, 2000 10:48 AM > To: [EMAIL PROTECTED] > Subject: XML (& problem) > > Hi! > > I am having a problem with &(ampersand). > Some of the xml files that I have with '&' get parsed > well by IE5, but some of them don't. > The error I get is :

Re: XML (& problem)

2000-04-24 Thread Mike McKechnie
On Monday, April 24, 2000 12:34 PM, Jo-Ann Fletcher - Axys [SMTP:[EMAIL PROTECTED]] wrote: >   I use <[CDATA[&]]>nbsp; because the HTML output method doesn't always change & to & when outputting. Ugly, but functional. I suppose one could declare the whole thing as an entity and use the