The R Project SVN R-packages

Rev

Rev 8027 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8027 Rev 8200
Line 71... Line 71...
71
 
71
 
72
  The structure of this tree allows one to easily travers all nodes,
72
  The structure of this tree allows one to easily travers all nodes,
73
  navigate up the tree from a node via its parent.  Certain tasks are
73
  navigate up the tree from a node via its parent.  Certain tasks are
74
  more complex as the hierarchy is not implicit within a node.
74
  more complex as the hierarchy is not implicit within a node.
75
}
75
}
76
\references{\url{http://www.w3.org/XML/}}
76
\references{\url{https://www.w3.org/XML/}}
77
\author{ Duncan Temple Lang }
77
\author{ Duncan Temple Lang }
78
 
78
 
79
\seealso{
79
\seealso{
80
  \code{\link{xmlTreeParse}}
80
  \code{\link{xmlTreeParse}}
81
  \code{\link{xmlTree}}
81
  \code{\link{xmlTree}}