XMLWriter::writeDTD
Opis
Object oriented style:
class XMLWriter {bool writeDTD ( string name [, string publicId [, string systemId [, string subset]]] )
}
Procedural style:
bool xmlwriter_write_dtd ( resource xmlwriter, string name [, string publicId [, string systemId [, string subset]]] )Writes a full DTD.
Parametry
xmlwriterJedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub xmlwriter_open_memory().
nameThe DTD name.
publicIdThe external subset public identifier.
systemIdThe external subset system identifier.
subsetThe content of the DTD.
| Poprzedni | Spis treści | Następny |
| XMLWriter::writeDTDEntity | Początek rozdziału |