» Welcome Guest
[ Log In :: Register ]

 

[ Track this topic :: Email this topic :: Print this topic ]

Topic: Problem with [NEWLINE], Problem with [NEWLINE] string templates.< Next Oldest | Next Newest >
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
Back to top
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: 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!

--------------
Software author and website owner
Back to top
Profile PM WEB 
1 replies since Dec. 16 2002,00:04 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]