On Wed, 11 Dec 2002, Chris Wenham wrote: > > I've got fields in a database that contain text with encoded characters, like > ö and — that are familiar to the DocBook DTD, but trying to grab > these from within XSP are failing because XSP doesn't know those entities. > > I've tried putting a <!DOCTYPE> element at the top of the XSP file, but that > doesn't help. Does anyone know a way?
Have you tried using the <get-xml column="..."> tag? That's the only way I think you can do it. And your XML will have to have the <!DOCTYPE line added in (you can do that in the SQL you execute if you need to). -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
