Displaying 7 results from an estimated 7 matches for "xml_node".
Did you mean:
html_node
2018 Jan 31
0
Scraping info from a web site?
...eb Pages".? I tried the following:
URL <- 'https://www.battleforthenet.com/scoreboard/'
library(rvest)
Bftn <- read_html(URL)
str(Bftn)
List of 2
?$ node:<externalptr>
?$ doc :<externalptr>
?- attr(*, "class")= chr [1:2] "xml_document" "xml_node"
?????? However, I don't know what to do with <externalptr>.
????? The "Selectorgadget" vignette with rvest suggested selecting what
I wanted on the web page and pasting that as an argument into
"html_node".? This led me to try the following:
Bftn_nodes...
2008 Jul 03
0
ActiveShipping throwing error in build_access_request
...ts:
result = ups.find_rates(origin, destination, packages)
NameError (undefined local variable or method `transitive'' for
<UNDEFINED> ... </>:REXML::Document):
/opt/local/lib/ruby/1.8/rexml/document.rb:186:in `write''
/vendor/plugins/active_shipping/lib/vendor/xml_node/lib/
xml_node.rb:216:in `to_xml''
/vendor/plugins/active_shipping/lib/active_shipping/shipping/
carriers/ups.rb:94:in `build_access_request''
/vendor/plugins/active_shipping/lib/active_shipping/shipping/
carriers/ups.rb:80:in `find_rates''
--~--~---------~--~----~--...
2007 Oct 11
0
2 commits - libswfdec/swfdec_text_format.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h
...= G_MININT32;
+ else
+ SWFDEC_XML (object)->status = (int) d;
}
static const char *
diff --git a/libswfdec/swfdec_xml.h b/libswfdec/swfdec_xml.h
index c06562d..e0e8cc8 100644
--- a/libswfdec/swfdec_xml.h
+++ b/libswfdec/swfdec_xml.h
@@ -55,7 +55,7 @@ struct _SwfdecXml {
SwfdecXmlNode xml_node;
gboolean ignoreWhite;
- SwfdecXmlParseStatus status;
+ int status;
const char *xmlDecl;
const char *docTypeDecl;
diff-tree 90c5b254605f93fe97116e5032627075a1013957 (from cd10b0bf08549c0002ff4dfc996736aa773eca68)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 11...
2017 Jun 22
2
Accessing Pointers
Hello,
I am relatively new to R and would like to access the document my pointer
is pointing to in the following line of code. Need some help.
#install.packages('xml2')
library('xml2')
pg1 <- read_html("www.msn.com")
str(pg1)
ptr <- pg1[[2]]
[[alternative HTML version deleted]]
2017 Jun 22
0
Accessing Pointers
> On Jun 22, 2017, at 12:52 PM, Lawrence Fomundam <lawfom at gmail.com> wrote:
>
> Hello,
>
> I am relatively new to R and would like to access the document my pointer
"my pointer"?
> is pointing to in the following line of code. Need some help.
>
> #install.packages('xml2')
> library('xml2')
> pg1 <-
2008 Jan 19
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/image test/swfdec_test.c test/swfdec_test_image.c test/trace
libswfdec/swfdec_as_strings.c | 2
libswfdec/swfdec_sprite_movie_as.c | 22 ++--
libswfdec/swfdec_xml.c | 117 ++++++++++++++++-------
libswfdec/swfdec_xml.h | 8 -
libswfdec/swfdec_xml_node.c | 32 +++---
libswfdec/swfdec_xml_node.h | 2
test/image/default.stas | 17 ++-
test/image/default.sts |binary
test/swfdec_test.c | 7 +
test/swfdec_test_image.c...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...XMLNode: Improve toString method, add incomplete appendChild method
Merge branch 'master' into xml
In XML.onData set loaded even if loaded failed. Set XML propflags.
Fix a compile error I caused when merging
Merge branch 'master' into xml
Rename swfdec_xml_node_as.[ch] to swfdec_xml_node.[ch]
Some more XML work. Parsing tags and drafting API.
Merge branch 'master' into xml
Add swfdec_as_array length function to get Array's length
More work on XML implementation
Merge branch 'master' into xml
Add swfd...