Re: html markup in XML files

2005-08-16 Thread Dylan MacDonald
That's perfect. Just what I needed. Thanks! - Dylan --- : SammyRulez: : Tue Aug 16 10: 39: [EMAIL PROTECTED], [EMAIL PROTECTED];, "::SammyRulez::" <[EMAIL PROTECTED]> wrote: > you should wrap your "desc" tag content in CDATA (see > http://www.w3schools.com/xml/xml_cdata.asp) > > your xml

Re: html markup in XML files

2005-08-16 Thread ::SammyRulez::
you should wrap your "desc" tag content in CDATA (see http://www.w3schools.com/xml/xml_cdata.asp) your xml should look like this.. img/share_your_music.jpg Share your music index.jsp?pid=4 -- ::SammyRulez:: http://sammyprojectz.blogspot.com 2005/8/16, Dylan Mac

html markup in XML files

2005-08-16 Thread Dylan MacDonald
Hi - So I am using the JSTL xml tags for a website I'm working on and am I running into an issue. Ideally I'd like to store all of the content in XML files and populate the corresponding JSP files using the XML tags. However, the text contains some markup in it (e.g. bold, italics, etc) which ar