Hello,
I am trying to use XmlPeek to extrace certain copyright information from a xml document.
This does contain the "&" special symbol, so it must be encoded as "&".
Xmlpeek does not seem to decode it - I get the XML raw form (&) in the resulting string.
How can this be handled in nant?
Thomas Tomiczek