On Saturday, 13. September 2003 06:41, Robert Ferney wrote: > I'm working on a system where I would like to be able to have blocks of > content for the system stored in a database. including logical and form > elements.. > > however, when I use esql tags to retrieve the xml from the database, it > comes out with the tags escaped.. > > This is definatly the desired default behavior, but I kinda need the xml > to be xml when I get it out.. > any ideas?
Look at the Util taglib (AxKit::XSP::Util from CPAN), especially at <util:include-expr>. It will do what you need. -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
