Announcement

Collapse
No announcement yet.

xml_parse limitations

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    xml_parse limitations

    Getting a timeout on a large file.

    Code:
    <mvt:assign name="g.return_value" value="xml_parse( 'xmloutput.xml', 'data', l.thisxml )" />
    <mvt:eval expr="glosub(miva_array_serialize(l.thisxml), ',', '<br>')" />
    Filesize is 9243 KB.

    Does this need to be wrapped in Async? Or, how?

    Scott

    What help do you need today!
    Interactive Design Solutions http://www.southbound.com
    MivaMerchant Business Partner | Certified MivaMerchant Web Developer
    My T-shirt Collection is mostly MivaCon T-shirts!!
    Competitive Rates, Popular Modules, and Integrations:
    Product Copy | AutoBaskets | Waitlist Integration| Wholesale Integration

    #2
    The timeout is probably from trying to serialize all of that data. The parsing of the file should not be a problem. What are you trying to accomplish here?
    David Carver
    Miva, Inc. | Software Developer

    Comment


      #3
      Wanting to eval this data for a project. Need to see the data. An array/structure would be nice.
      What help do you need today!
      Interactive Design Solutions http://www.southbound.com
      MivaMerchant Business Partner | Certified MivaMerchant Web Developer
      My T-shirt Collection is mostly MivaCon T-shirts!!
      Competitive Rates, Popular Modules, and Integrations:
      Product Copy | AutoBaskets | Waitlist Integration| Wholesale Integration

      Comment

      Working...
      X