Hi!

I am trying to get a url like
http://www.somewhere.net/test=yes&id=12
to be reproduecd on the output of an xdoc.

My xdoc section would look like
<a href="http://www.somewhere.net/test=yes&id=12";>test</a>
however that invalidates the xml and processing fails.

Using
<a href="http://www.somewhere.net/test=yes%amp;id=12";>test</a>
just leaves the url as it is, which doesnt work either.

Supposedly in M1 you can put "&" but that does not seem to work in M2.

What am I missing? Shouldn't this be simple.

Manfred


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to