hi,

am Freitag 12 August 2011 (01:12) schrieb meik michalke:
> i tried to make the XML paste function rather generic, although this is
> just a  first round...
[...]
> should this go into another package (rkwardplugdev?) or something already 
> present?

just to let you know, this nagged me, so i wrote a very simple XML parser as 
well. it's not finished, it especially needs some nice methods now to get the 
data out of the parsed object without going insane. but it's a start, and it 
does read a pluginmap ;-)

although it's not really documented yet, if someone would like to try it, go 
ahead and do a

 install.packages("XiMpLe", repo="http://R.reaktanz.de";)
 library(XiMpLe)

and then

 parsed.foo <- parseXMLTree("/path/to/some.xml")
 str(parsed.foo)

the structures of the object classes XiMpLe.doc and XiMpLe.node lean toward 
those defined by the XML package, but i wouldn't call that "compatibility" 
just yet... however, it's pure R code and should run anywhere.


viele grüße :: m.eik

-- 
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d-40204 d"usseldorf

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to