brainworxx / kreXX-TYPO3-Extension

Typo3 debugger with a backend module.
https://extensions.typo3.org/extension/includekrexx
GNU Lesser General Public License v2.1
4 stars 0 forks source link

Add a flexform parser to the scalar analysis. #38

Closed guelzow closed 1 year ago

guelzow commented 4 years ago

Not sure how practicable this is. Trying to parse a flexform out of every string we encounter may be a suboptimal idea.

Tobi

guelzow commented 1 year ago

Trying to parse a flexform out of every string we encounter may be a suboptimal idea.

A flexform is a XML string. By listening to the XML parser event we only get to parse XML string. Will be available with 5.0.0

Tobi