Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 SGML DTD(元素、属性等)中获取信息。我试图在模块 use SGML::DTD 的帮助下获取元素,但它不起作用。假设,如果 DTD 包含具有不同属性的重复元素,我只会得到一个元素。
我试过这个:@allelements=$dtd->get_elements(0);
@allelements=$dtd->get_elements(0);
是否有任何其他模块可以用来从 SGML DTD 和 SGML 解析器中检索值?
另一个可能工作的模块是 SGML-DTDParse: