
Gopalakrishnan
New User
Oct 25, 2017, 4:52 AM
Post #1 of 2
(2310 views)
|
XML::Smart::DTD
|
Can't Post
|
|
Hi, I as using "XML::Smart::DTD: module to search an element in DTD.
use XML::Smart::DTD ; my $dtd = XML::Smart::DTD->new('some.dtd') ; if ( $dtd->child_exists('tag1','subtag1') ) { print "YES"; } The above perl script processed only Simple DTD. If the DTD consists of multiple definition files, then it will not responed. Please help on this. Thanks, Gopal
|