Hi,

I want to select all attribute values of some element. To do this, I do the 
following (the property 'actions' doesn't exist yet):

<xmltask source="@{file}">
    <copy path="/actions/action/@name" property="actions" append="true" 
propertySeparator="," />
</xmltask>

It works, but it produces also a lots warning messages:

[xmltask] Cannot append values to properties
[xmltask] Cannot append values to properties
[xmltask] Cannot append values to properties
...

Is there a way to suppress these warnings?

regards,
Maarten
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to