no element found error
by Vikram Veer other posts by this author
Feb 20 2007 10:28PM messages near this date
view in the new Beta List Site
Re: java and perl comparision +xml packages
|
Re: no element found error
& XSLT Hi i get the following error
when i try parsing this file. as far as my knowledge the file is wellformed:
no element found at line 1, column 0, byte 0 at D:/Perl/lib/XML/Parser.pm line 187
<?xml version="1.0" encoding="ISO-8859-1"?>
<species name="Camelus bactrianus" size="20ft">
<common-name> Bactrian Camel</common-name>
<physical-characteristics>
<mass> 450 to 500 kg.</mass>
<appearance> </appearance>
</physical-characteristics>
<natural-history>
<food-habits>
This is foodhabits tag.
</food-habits>
<reproduction>
This is reproduction tag.
</reproduction>
<behavior>
This is behaviour tag.
</behavior>
<habitat>
This is habitat tag.
</habitat>
</natural-history>
<conservation status="endangered">
<detail>
This is detail tag.
</detail>
</conservation>
</species>
in my prevoius post i was talking abt xml to flat file conversion and stillfinding way for
that and will post all i collect immediately after i complete that..I thank one and all for
ur advices on that.
Thanks in advance..
---------------------------------
Here�s a new way to find what you're looking for - Yahoo! Answers
Thread:
Vikram Veer
Grant McLean
Vikram Veer
|