import java.lang._ import com.ximpleware._ object Sample { defmain(args :Array[String])={ // println(\"helloo\")
I want to select the first child Elem of a Node named \"a\". What I\'ve got now is: (xml \\ \"a\")(0).child.collect {case e: Elem => e}
I assume that there is probably no satisfactory answer to this question, but I ask it anyway in case I missed something.
I am trying inject into a dll that sends a void ** for one of the parameters. The void ** can contain structs 开发者_开发问答that are created in the application.