[BioC] problems about XML dtd entity

Martin Morgan mtmorgan at fhcrc.org
Thu May 15 19:03:18 CEST 2008


Hi LiGang -- this is not the right place to ask this; you'll find the
package maintainer responsive.

> packageDescription('XML')$Maintainer
[1] "Duncan Temple Lang <duncan at wald.ucdavis.edu>"

Martin

LiGang <luzifer.li at gmail.com> writes:

> Dear all,
>
> I use R "XML" package to parse DTD files, however, it seems that parseDTD
> function cannot extract "entity" information.
>
> ================
> dtdFile <- system.file("exampleData","foo.dtd", package="XML")
> foo.dtd <- parseDTD(dtdFile)
> foo.dtd$entities   ###NULL
> dtdEntity("img", foo.dtd)  ###NULL
> packageDescription("XML")$Version  ### "1.95-2"
>
> ================
>
>
> sessionInfo
>
> =================
> R version 2.7.0 (2008-04-22)
> i386-pc-mingw32
>
> locale:
> LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
> States.1252;LC_MONETARY=English_United
> States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
>
> attached base packages:
> [1] stats     graphics  grDevices utils     datasets  methods   base
>
> other attached packages:
> [1] XML_1.95-2
>
> loaded via a namespace (and not attached):
> [1] tools_2.7.0
>
> =================
>
>
>
> LiGang
>
> 	[[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor

-- 
Martin Morgan
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle, WA 98109

Location: Arnold Building M2 B169
Phone: (206) 667-2793



More information about the Bioconductor mailing list