in reply to Re^2: Parsing an XML file with an undefined value
in thread Parsing an XML file with an undefined value
since I use parsefile through Twig for my previous code, would this be the cause of my error? I think it's interfering with calling parsefile through DOM. 2. Would this approach also work if I want to validate attributes instead of tags in an XML file? Thanksuse strict; use XML::Twig; use File::Basename; use XML::DOM;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Parsing an XML file with an undefined value
by Anonymous Monk on Jun 21, 2017 at 19:07 UTC |