将标记解析为元素树

发布于 2024-11-30 21:58:24 字数 208 浏览 0 评论 0原文

我需要在 PHP 中将与 XML 或 JSON 不同的标记解析为元素树。我确信存在用于执行此类操作的库,但我一生都找不到任何库。

问题是这不是 XML 或 JSON ;这是许多晦涩的标记,没有专门的解析器。因此,我正在寻找一个通用解析器,它可以以元素树的形式实现任何标记。

或者,有关如何编写的文章。我之前写过一个递归解析器,但不确定如何制作一个通用的、可重用的解析器。

I need to parse markup not unlike XML or JSON into trees of elements, in PHP. I'm certain there exist libraries for doing this kind of thing, but I can't for the life of me find any.

Problem is this isn't XML or JSON; It's a number of obscure markups for which exist no specialized parsers. Thus I'm looking for a generic parser that can implement any markup in the form of an element tree.

Alternatively, articles on how to write one. I've written a recursive parser before, but am unsure how to approach making a generic, reusable one.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文