Very odd. Check out this RSS feed that my PHP script just built:
When I had a straight URL in the <link> tag, or the <comment> tag, then
"=" character drew an error and caused my XML to be not-well-formed. So
I hit it with the PHP command rawurlencode, and now it draws no error,
but it no longer works as a link.
What did I do wrong?
When I had a straight URL in the <link> tag, or the <comment> tag, then
"=" character drew an error and caused my XML to be not-well-formed. So
I hit it with the PHP command rawurlencode, and now it draws no error,
but it no longer works as a link.
What did I do wrong?
Comment