Changeset 938


Ignore:
Timestamp:
Jun 14, 2019, 10:03:19 AM (5 years ago)
Author:
djay
Message:

Find cdata block when not the first child

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/request_parser.c

    r917 r938  
    10721072                              else if (cur5 != NULL)/*
    10731073                                     && cur5->type == XML_CDATA_SECTION_NODE)*/{
     1074                                while(cur5!=NULL && cur5->type != XML_CDATA_SECTION_NODE)
     1075                                  cur5=cur5->next;
    10741076                                xmlFree(mv);
    1075                                 if(cur5->content!=NULL){
     1077                                if(cur5!=NULL && cur5->content!=NULL){
    10761078                                  mv=xmlStrdup(cur5->content);
    10771079                                }
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png