Jump to content

Parsing using SAX2


manishi

Recommended Posts

Following is the XML document: <?xml version="1.0" encoding="UTF-8"?><Root xmlns:ns1="http://www.acompany.com/namespace" xmlns:ns2="http://www.bcompany.com/namespace"> <Node>a Node</Node> <SubNode xmlns="http://www.ccompany.com/namespace">a sub node</SubNode></Root> When a namespace-aware XML SAX2 application parses this document, what will the qualified name be for the element Node? A.http://www.acompany.com/namespace:Node B.http://www.bcompany.com/namespace:Node C.http://www.ccompany.com/namespace:Node D.NodeI was thinking that the answer is "D".but i am not sure.

Link to comment
Share on other sites

Most of the other question you've asked here were obviously grabbed from a quiz book or... god knows what. I'm not going to reply to theese things for obvious reasons, but scince you've at least now given what you think, I will say that I think you may think right.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...