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

    Need to offer Shipping Insurance?
    Interactive Design Solutions https://www.myids.net
    MivaMerchant Business Partner | Certified MivaMerchant Web Developer
    Competitive Rates, Custom Modules and Integrations, Store Integration
    AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
    My T-shirt Collection is mostly MivaCon T-shirts!!

    #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.
      Need to offer Shipping Insurance?
      Interactive Design Solutions https://www.myids.net
      MivaMerchant Business Partner | Certified MivaMerchant Web Developer
      Competitive Rates, Custom Modules and Integrations, Store Integration
      AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
      My T-shirt Collection is mostly MivaCon T-shirts!!

      Comment

      Working...
      X