This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
SVG_Validate_file

SVG_Validate_file 


 

SVG_Validate_file ( path ) -> Function result 
Parameter Type   Description
path  String in Pathname of SVG document to validate
Function result  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.

 
PROPERTIES 

Product: 4D
Theme: Documents
Number: 65993

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: Composant 4D SVG v11.3

 
ARTICLE USAGE

4D SVG Component ( 4D v20 R7)