|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^2: XML::Twig removing tags from content (XML::Twig)by slugger415 (Beadle) |
| on Sep 26, 2011 at 19:52 UTC ( #927935=note: print w/ replies, xml ) | Need Help?? |
|
Hi Canon, getting closer, but for some reason the children are coming out in the wrong order (reversed?): Original: <li class="c2"> <p class="Number1">In the XYZ pane, select the <span class="c1">PageID</span> ruleset and click the <span class="c1">Lock/Unlock ruleset</span> button. Then expand the <span class="c1">PageID</span> ruleset to view the two rules.</p> </li> Result:
<li class="c2"> ruleset to view the two rules.<span class="c1">PageID</span> button. Then expand the
<span class="c1">Lock/Unlock ruleset</span> ruleset and click the <span class="c1">PageID</span>In the XYZ pane, select the </li>
Thoughts?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||