Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML 내에서 문서작업을 하는 경우 이스케이프 처리가 필요합니다. #11

Open
outsideris opened this issue Dec 27, 2013 · 0 comments

Comments

@outsideris
Copy link

<title>챕터</title>

위와 같이 XML태그가 포함된 경우 이런 단어가 전체 조회단어에 걸릴 경우 아래처럼 XML이 그대로 출력되서 html이 깨집니다.

<TR>
  <TD class='tdLT' title=0>입력 내용</TD>
  <TD id='tdErrorWord_0' class='tdErrWord' style='color:#008000;' ><title>챕터</title></TD>
</TR>
<!--대치어 -->
<TR>
  <TD class='tdLT'>대치어</TD>
  <TD id='tdReplaceWord_0' class='tdReplace' ><title> 챕터</title><br/></TD>
</TR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant