If you want to change a string some file, you can use fn:replace tag libs.
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
..
<pre>
${fn:replace(content.value.summary,'<', '<')}
</pre>
..
..
<pre>
${fn:replace(content.value.summary,'<', '<')}
</pre>
..
In my case, I have to change '<' character to '<', because some tag.(ex. table) have priority over per..
So, I have to use it.
'web' 카테고리의 다른 글
서버/인프라를 지탱하는 기술에서 좋은 것 발견 (0) | 2009.12.04 |
---|---|
HTML에서 html 태그를 사용하기 (0) | 2009.11.26 |
To make preloading images in web (0) | 2009.11.25 |
Code Viewer Sites (0) | 2009.11.20 |
Apache Mina 파일이나 특정 스트림 보내기 (1) | 2009.10.21 |