Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
SVG_Validate_file

SVG_Validate_file 


 

SVG_Validate_file ( path ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
path  String in Pathname of SVG document to validate
Funktionsergebnis  Boolean in True if the document corresponds to the DTD

The SVG_Validate_file command attempts to validate the document specified in path on disk with the DTD (1.0). The command returns True if the document is well formed and False otherwise.

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Documents
Nummer: 65993

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R7)