Bugs item #1867303, was opened at 2008-01-09 11:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1867303&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Keith Moore (kepboy)
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlpeek does not unescape &

Initial Comment:
The xmlpeek task does not unescape xml text.

I have the task:-
<xmlpeek
  file="info.xml"
  xpath="/info/entry/url"
  property="info.url"/>

With the file:-
<?xml version="1.0"?>
<info>
  <entry
     kind="dir"
     path="C:\TestNAnt\500Labelling\source"
     revision="2330">
  <url>svn://base/Research&amp;Development/MessageTables</url>
  </entry>
</info>

The info.url property returns
svn://base/Research&amp;Development/MessageTables
whereas i would expect
svn://base/Research&Development/MessageTables

I.e. the ampersand UNescaped.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1867303&group_id=31650

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to