Printable Version of Topic
-Brading Software Message Board +--Forum: Mp3/Tag Studio Support and Bug Reports +---Topic: Problem with [NEWLINE] started by James Posted by: James on Dec. 16 2002,00:04 First, I must say that MP3/Tag Studio is an excellent program and very useful. Bug report: Product: MP3/Tag Studio Version: 3.01 Hardware: PC OS: Windows XP Component: string template engine Summary: [NEWLINE] is not consistently replaced in output produced by a string template. Description: In attempting to create custom list using Advanced Mode (i.e. Create custom lists under File tools), the [NEWLINE] keyword is not consistently replaced in the generated output file. For example, given the template: ---------------------CODE SAMPLE------------------- Some field <TrackNr> and the rest should[NEWLINE]be[NEWLINE]on[NEWLINE]different lines ---------------------CODE SAMPLE------------------- The output produced for each row is: ---------------------CODE SAMPLE------------------- Some field 01 and the rest should be[NEWLINE]on[NEWLINE]different lines ---------------------CODE SAMPLE------------------- Where the desired output is: ---------------------CODE SAMPLE------------------- Some field 01 and the rest should be on different lines ---------------------CODE SAMPLE------------------- I encountered this problem because I was trying to generate an XML file with a template and the closing tag of a block would have a [NEWLINE] in front of it instead of a carriage return. Reported-By: James Posted by: Magnus Brading on Dec. 16 2002,02:23 Thanks for your detailed report James. The problem seems to occur when more than one newline field is used in a single separator. I will analyze and fix the problem for the next update. Thanks! end |