luciusnam
27 Nov 2011, 6:09 PM
Hello. I`m using TreePanel.
It was good before it has a problem.
I use Tree by XML.
The tree is great and perfect.
It solves my whole worries.
but if it need following XML, the problem has come.
<?xml version="1.0" encoding="UTF-8"?>
<rows id='0' folder='1' name='ph' desc='0'>
<rows id='7510' folder='1' name='Subject' desc=''>
<rows id='17768' folder='0' desc='(R<L)'/>
</rows>
</rows>
It just use '<' character before the 'L'.
it has a javascript error like that.
"firstChild is null" on line 7 in ext-all.js
but when I put a blank between '<' and 'L',
it is fine.
Please let me know why..
Thanks to reading N have a nice day~
It was good before it has a problem.
I use Tree by XML.
The tree is great and perfect.
It solves my whole worries.
but if it need following XML, the problem has come.
<?xml version="1.0" encoding="UTF-8"?>
<rows id='0' folder='1' name='ph' desc='0'>
<rows id='7510' folder='1' name='Subject' desc=''>
<rows id='17768' folder='0' desc='(R<L)'/>
</rows>
</rows>
It just use '<' character before the 'L'.
it has a javascript error like that.
"firstChild is null" on line 7 in ext-all.js
but when I put a blank between '<' and 'L',
it is fine.
Please let me know why..
Thanks to reading N have a nice day~