James
Unregistered
|
 |
Posted: 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 |
The output produced for each row is:
Code Sample | Some field 01 and the rest should be[NEWLINE]on[NEWLINE]different lines |
Where the desired output is:
Code Sample | Some field 01 and the rest should be on different lines |
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
|