View Single Post
  #2  
Old 05-02-2007, 12:32 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,012
The separator needs to be a newline. You can convert the commas to newlines via a script expression (assumes VBScript is the default script language):

[Replace("%READ_XML(%XML_FILE%,xpath/to/@attr)%", ",", vbCrLf)]

http://www.visualbuild.com/Manual/scriptexpressions.htm
http://www.visualbuild.com/Manual/systemmacros.htm
Reply With Quote