You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lincoln Mitchell <li...@linc.net.au> on 2004/11/29 07:38:09 UTC

access to xml on msn groups

I am trying to point to some xml on my msn account:

<map:match pattern="*.htm">
	<map:generate src="http://au.msnusers.com/.../some.xml"/>
	...

However, I get this error:
"The content of elements must consist of well-formed character data or
markup"

Even though I used this simple xml to test:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
<root>
	<node>x</node> 
</root>

I works at another http location just not here.


Any clues?

Linc



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org