On Wed, May 8, 2013 at 3:43 AM, avinash sahu wrote:
> Hi All,
>
> I am struggling to parse a XML file that describes a tree. The XML file is
> present here:
> http://www.emouseatlas.org/emap/ema/theiler_stages/StageDefinition/Stage_xml/TS23.xml
> I want is simple list of parents id of each compone
Hi All,
I am using XML package. Even this type of simple parse is not giving
intended result.
tissue.tree <- xmlTreeParse("
http://www.emouseatlas.org/emap/ema/theiler_stages/StageDefinition/Stage_xml/TS23.xml";,
handlers=list(
anatomy=function(x,attr) {x},
Hi,
On May 8, 2013, at 3:43 AM, avinash sahu wrote:
> Hi All,
>
> I am struggling to parse a XML file that describes a tree. The XML file is
> present here:
> http://www.emouseatlas.org/emap/ema/theiler_stages/StageDefinition/Stage_xml/TS23.xml
> I want is simple list of parents id of each compo
3 matches
Mail list logo