Thread: XML Logging
View Single Post
  #2  
Old 12-22-2004, 02:12 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
How is the text being written to the log file? VBP's XML logger will normally enclose step output in a CDATA section so that markup chars within it will not be treated as markup (for example, see the attached sample). Please post a stripped down sample which we can build that demonstrates the problem.

To set the log format to XML from your project (before the build starts), call

Application.Options.LogFormat = "XML"

from the project's vbld_BuildStarting script event.
Attached Files
File Type: bld logtest.bld (1.3 KB, 1032 views)
Reply With Quote