I am working on reading the contents of xml files. However, I do not want to use the xml parser module. My task is to search within a xml file and look to see if the file contains a particular words.
Example:
A file may have a tag <edman>Hello World </edman>, if I am opennig all xml files to search for "Hello", How do i code in perl to be able to search between the tag edman or any tag to see if it contains "Hello" considering that infomation b/w tags can extend over several lines. Note that I will not be using the xml parser module.
Thanks for your assistance.
Edman
In reply to Reading Xml files by gzayzay
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |