common/tools/sysModelFilter.pl
changeset 1316 0b4a09013baf
parent 457 991d89a55c87
equal deleted inserted replaced
1315:8d797b367538 1316:0b4a09013baf
     1 #!perl -w
     1 #!perl -w
       
     2 # Copyright (c) 2009 Symbian Foundation Ltd
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Symbian Foundation Ltd - initial contribution.
       
    10 # 
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 # Removes items from an XML document according to filter attributes, and specified filters
     2 
    15 
     3 use strict;
    16 use strict;
     4 
    17 
     5 use XML::Parser;
    18 use XML::Parser;
     6 
    19