> hello cocooners, > > what i have: > in DB have soething like this: > "here goes link <a href="blabla">link 2 blabla</a>" > what i wont: > to get this anhor as tag not as > "here goes link <a href="blabla">link 2 blabla</a>" > this what i get when using <esql:get-string ...> > when using <esql:get-xml ...> i get nothing. > > please gimi some hint, > hubert.
Well, get-xml needs it to be XML - but it is not. While get-string of course will quote the string. You should think of a different approach. You are trying to include a HTML fragment. An XML parser does not like HTML. -- Torsten --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>