PHP Classes

Bextra XML tag value: Extract XML tag value

Recommend this page to a friend!
  All requests RSS feed  >  Bextra XML tag value  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Bextra XML tag value

Edit

Picture of Benvindo De Jesus by Benvindo De Jesus - 1 year ago (2024-05-28)

Extract XML tag value

This request is clear and relevant.
This request is not clear or is not relevant.

+2

I need to get a tag value to extract from a XML document.

Ask clarification

1 Recommendation

Generic XML parser class: Arbitrary XML parser.

- Parses arbitrary XML input and builds an array with the structure of all tag and data elements.
- It can validate and extract data from a whole XML document with just a single call. It supports validationg common tag value data types and can perform custom validations using a subclass.
- Optionally, keeps track of the positions of each element to allow the determination of the exact location of elements that may be contextually in error.
- Supports parsed file cache to minimize the overhead of parsing the same file repeatdly.
- Optimized parsing of simplified XML (SML) formats ignoring the tag attributes.
- Validate and extract data from a whole XML document with single function call
This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 27250 - 2 months ago (2025-09-02) Comment

There is this XML parser class that can extract any values from an XML document.

Take a look at the Example tab of the package page so you can see an example of how to extract one or more tag values from an XML document that has a known structure.


Recommend package
: 
: