Adjusted BranchNNode::add_path() to take const vector<> instead of vector<>
[vspell.git] / scripts / gettags.pl
blobca51b1444dce9468f24a84203997b6b0fcd921ce
1 #!/usr/bin/perl
3 while (<>) {
4 while (m,</?([^ />]*)[^>]*/?>,g) {
5 print "$1\n";
7 while (m,(&[^;]*;),g) {
8 print "$1\n";