Skip to content
Snippets Groups Projects
Commit 6ee98f1c authored by Vittorio Niespolo's avatar Vittorio Niespolo
Browse files

fix

parent ed8a2174
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@ public class EscapeUtils {
<P>The following characters are replaced with corresponding
HTML character entities :
<table border='1' cellpadding='3' cellspacing='0'>
<table border='1' cellpadding='3' >
<tr><th> Character </th><th>Replacement</th></tr>
<tr><td> &lt; </td> <td>{@code &lt; }</td></tr>
<tr><td> &gt; </td> <td>{@code &gt; }</td></tr>
......@@ -264,7 +264,7 @@ public static String forURL(String aURLFragment){
Escape characters for text appearing as XML data, between tags.
<P>The following characters are replaced with corresponding character entities :
<table border='1' cellpadding='3' cellspacing='0'>
<table border='1' cellpadding='3' >
<tr><th> Character </th><th> Encoding </th></tr>
<tr><td> &lt; </td> <td>{@code &lt; }</td></tr>
<tr><td> &gt; </td> <td>{@code &gt; }</td></tr>
......@@ -317,7 +317,7 @@ public static String forXML(String aText){
(JSON) data interchange format.
<P>The following commonly used control characters are escaped :
<table border='1' cellpadding='3' cellspacing='0'>
<table border='1' cellpadding='3' >
<tr><th> Character </th><th> Escaped As </th></tr>
<tr><td> " </td><td> \" </td></tr>
<tr><td> \ </td><td> \\ </td></tr>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment