|
-
Nov 5th, 2005, 12:40 PM
#1
[RESOLVED] Hypothetical XML question
We know that when assigning values to attributes, we put the values in double quotes. Like this:
<tagname attr="abc">
If there is a double quote in the value, you go:
<tagname attr='ab"c'>
If there is a single quote, it's as the first one:
<tagname attr="ab'c">
Here's the question. What if the value has both single and double quotes?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|