Closed (fixed)
Project:
Taxonomy import/export via XML
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 05:00 UTC
Updated:
30 Aug 2009 at 10:49 UTC
Hi,
Great module. It has been very useful to me. I'm not sure why this is happening, but on some terms I am importing (not all), the term name seems to be getting additional whitespace and/or a new line after the term (in the db). Here is an example term from my import that gets this additional whitespace:
<term>
<tid>3</tid>
<vid>1</vid>
<name>City Life</name>
<description></description>
<weight>0</weight>
<depth>1</depth>
<parent>1</parent>
</term>
any ideas?
Comments
Comment #1
dman commentedIssue queue cleanup
Can no longer replicate. Some extra 'trim()' has been added in places. I think that will have fixed it. re-open if you can replicate.