search for: addcontext

Displaying 7 results from an estimated 7 matches for "addcontext".

2005 Sep 21
5
SAX Parser best practise
...inary> <... name="MassToChargeRatio" value="445.598999"/> (as one can see in the xml snip set) I know the mechanism of using Event Handlers, as shown in the examples. But what I'm looking for is, how can I use some "path information" as mentioned in "addContext" parameter of xmlEventParse()? May somebody share a example using "addContext = TRUE" and pointing me to the variables I may use if I implement the "..." parameter within my handlers. Do I have to implement a "status machine" using some variables within my handle...
2008 Oct 23
4
odfWeave error
...with a large number of figures (~30) and many \Sexpr{} calls. The error is (at least to me) cryptic. I am not sure where to look to correct this problem. Here's the error: Post-processing the contents Error in .Call("RS_XML_Parse", file, handlers, endElementHandlers, as.logical(addContext), : attempt to apply non-function Is there any way to figure out what this means, or where I might look for the error in the source? Here's a capture of the associated log. I am running R 2.8 under Ubuntu 8.04. Thanks, > odfWeave("/home/rob/Trauma/Report_2_draft.odt",...
2007 Dec 02
1
odfWeave error
hello all, I trying to use the package 'odfWeave' and I get the follow error: ### error message ############################################################# ... Removing content.xml Post-processing the contents Error in .Call("RS_XML_Parse", file, handlers, as.logical(addContext), : Error in the XML event driven parser for content_1.xml: error parsing attribute name The piece of the code is: ### code ############################################################ ... <<makeGraph, echo=T, results=xml>>= fileplot='C:\\DADOS\\tmp\\plotx.emf' win.met...
2005 May 08
2
Extract just some fields from XML
...entParse but I don't understand handlers part up to the point that I could get anything usable from it. Here is something not very usable ;) PubDate <- function(x, ...) { print(x) } xmlEventParse(URL, isURL = TRUE, handlers=list(PubDate=PubDate), addContext = FALSE) Thanks in advance! Lep pozdrav / With regards, Gregor Gorjanc ---------------------------------------------------------------------- University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan Zootechnical Department mail: gregor.gorjanc <at&...
2007 Sep 01
2
Importing huge XML-Files
...ate> <MRType2> ... + <personData> + <siteData> I only need the measurement/MRType1 nodes - how can I do this? Currently I am trying the following code: xmlEventParse("/input.xml", list(startElement=xtract.startElement, text=xtract.text), useTagName=TRUE, addContext = FALSE) xtract.startElement <- function(name,attr){ startElement.name <<- c(startElement.name,name) } xtract.text <- function(text) { startElement.value <<- c(startElement.value,text) } this only gives me two lists, one with the all node names (even the ones I dont need)...
2005 May 10
0
Fwd: Extract just some fields from XML]
...t up to the > point that I could get anything usable from it. Here is something not > very usable ;) > > PubDate <- function(x, ...) > { > print(x) > } > xmlEventParse(URL, isURL = TRUE, > handlers=list(PubDate=PubDate), > addContext = FALSE) > > Thanks in advance! > > Lep pozdrav / With regards, > Gregor Gorjanc > > ---------------------------------------------------------------------- > University of Ljubljana > Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan > Zootechni...
2013 Oct 25
0
Wine release 1.7.5
...duplicate and link tests. crypt32: Get rid of no longer used functions. crypt32: Store properties directly in link contexts and get rid of Context_GetProperties. crypt32: Use context_t in ContextList_Add. crypt32: Use context_t in enumContext. crypt32: Use context_t in addContext. crypt32: Get rid of no longer needed BASE_CONTEXT. crypt32: Get rid of no longer needed fields in ContextList. crypt32: Get rid of no longer needed contextSize arguments. crypt32: Moved critical section out of ContextList struct. crypt32: Use list struct directly inst...