/[cwmp]/google/trunk/lib/CWMP/Request.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/trunk/lib/CWMP/Request.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 61 by dpavlin, Tue Jun 19 21:29:04 2007 UTC revision 62 by dpavlin, Wed Jun 20 21:37:52 2007 UTC
# Line 51  my $parser = XML::Rules->new( Line 51  my $parser = XML::Rules->new(
51  #               '^division_name,fax' => 'skip',  #               '^division_name,fax' => 'skip',
52  #       ],  #       ],
53          namespaces => {          namespaces => {
54  #               'http://schemas.xmlsoap.org/soap/envelope/' => 'soapenv',                  'http://schemas.xmlsoap.org/soap/envelope/' => 'soapenv',
55  #               'http://schemas.xmlsoap.org/soap/encoding/' => 'soap',                  'http://schemas.xmlsoap.org/soap/encoding/' => 'soap',
56                    'http://www.w3.org/2001/XMLSchema' => 'xsd',
57                    'http://www.w3.org/2001/XMLSchema-instance' => 'xsi',
58                  'urn:dslforum-org:cwmp-1-0' => '',                  'urn:dslforum-org:cwmp-1-0' => '',
59          },          },
60          rules => [          rules => [

Legend:
Removed from v.61  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.26