Doctype {XML}R Documentation

Constructor for DTD reference

Description

This is a constructor for the Doctype class. Also, there is a method for converting such a Doctype object to a character string.

Usage

Doctype(system = "", public = "", name = "")

Arguments

system the system URI that locates the DTD.
public the identifier for locating the DTD in a catalog, for example.
name the name of the root element in the document

Value

An object of class Doctype.

Author(s)

Duncan Temple Lang

References

http://www.w3.org/XML

See Also

saveXML

Examples






[Package XML version 0.99-8 Index]