How can I assign this string in a Java String?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
thanks
|
i.e. replace the |
|||
|
|
|
You could also use single quotes instead of double quotes. Then it wouldn't be an issue.
|
|||
|
|
|
And you may read the string from an external source like a file, a database or from a JTextField or something similar. Maybe from an Url. :) |
|||
|
|