SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-454
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Delimeter for multiple formats in the format element is ';' which collides with NumberFormat, change it to '||'

Created: 08/Sep/07 04:59 AM   Updated: 08/Sep/07 05:02 AM
Component/s: Compass::Core
Affects Version/s: 1.2 M3, 1.2 RC1
Fix Version/s: 1.2 GA


 Description  « Hide
Delimeter for multiple formats in the format element is ';' which collides with NumberFormat, change it to '||'.

For example:

<property name="latitude">
<meta-data index="un_tokenized" format="N000.00000;S000.00000">latitude</meta-data>
</property

Was analyzed as two formatters instead of a single one because ';' was used as the delimiter.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.