DOMDocument->relaxNGValidate()

(no version information, might be only in CVS)

DOMDocument->relaxNGValidate() --  Performs relaxNG validation on the document

Описание

class DOMDocument {

bool relaxNGValidate ( string filename )

}

Performs relaxNG validation on the document based on the given RNG schema.

Список параметров

filename

The RNG file.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.



DOMDocument->relaxNGValidate()
gem at rellim dot com
12-Oct-2004 05:36
Creating an .rng file by hand is a PITA.  Trang is a command line
java tool to save the day.  Trang will read a sampling of your .xml and
create a .rng for you.

Get it here: http://thaiopensource.com/relaxng/trang.html

<DOMDocument->normalize()DOMDocument->relaxNGValidateSource()>
 Last updated: Mon, 14 Nov 2005