Help for this page

Select Code to Download


  1. or download this
    <root>
    <ahead>first head</ahead>
    ...
    <k>some text</k>
    <j>some text</j>
    </root>
    
  2. or download this
    <root>
    <aheadtext>
    ...
    <j>some text</j>
    </aheadtext>
    </root>
    
  3. or download this
    $t->parse($content);
    @sib = $t->get_xpath('//ahead', 0)->next_siblings();