Render JSP as XML in component
Hi
I have component whose JSP has some xml and html tags. I drop the component on the page, I want on the disable mode it should display DOM tree like xml tags also able to expand and collapse tags same like we open xml in browser. Start from <html> . Any idea how can i achieve it.
<c:if test = "${! wcmMode}"> //disable mode //code </c:if>Thanks