由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - Perl XML FAQ--4
相关主题
XMLWhy XML?
XML is what?XML Development Goals?
XML standards listHow Is XML Defined?
What is XML?What Do XML Documents Look Like?
XMLWhat do XML documents look like?
What's a document?Validity
XML is Just Like HTML?XML resource
So XML Is Just Like SGML?XML的二十个热点问题
相关话题的讨论汇总
话题: parse话题: xml话题: documents话题: method话题: multiple
进入XML版参与讨论
1 (共1页)
w*****s
发帖数: 122
1
Q16: Is it possible to read in several documents from a stream?
You can read multiple documents from a stream by using the parse_start
method in place of of parse or parse_file, which creates a new instance of
XML::Parser::ExpatNB. Multiple documents are parsed by making successive
calls to the parse_more method. Calling the parse_done method signifies
that you
have are done processing the document.
Q17: How can I filter out extraneous whitespace whilst processing text?
You c
1 (共1页)
进入XML版参与讨论
相关主题
XML的二十个热点问题XML
1-9What's a document?
10-15XML is Just Like HTML?
16-20So XML Is Just Like SGML?
XMLWhy XML?
XML is what?XML Development Goals?
XML standards listHow Is XML Defined?
What is XML?What Do XML Documents Look Like?
相关话题的讨论汇总
话题: parse话题: xml话题: documents话题: method话题: multiple