Help for this page

Select Code to Download


  1. or download this
    
    <text>
    ...
    <text>
    <metadata attribute1= ".." Attribute2=".."></metadata>
    </text>
    
  2. or download this
    if($data->nodeName eq 'text'){    
     if ($data->hasChildNodes()) {
    ...
          }
    }