闭关修行中......
Add a tag stack in MovieHandler, the content is "tag from top to current node", use startElement and endElement to maintain this stack.
Then use the stack in characters to determine, for example, when the stack is equal to ['IdList', 'Id'], print
['IdList', 'Id']
Add a tag stack in MovieHandler, the content is "tag from top to current node", use startElement and endElement to maintain this stack.
Then use the stack in characters to determine, for example, when the stack is equal to
['IdList', 'Id']
, print