skip to main |
skip to sidebar
XML Interview Questions
- What is XML?
- What is SGML?
- What is the difference between XML and HTML?
- Why not just carry on extending HTML?
- Why is XML such an important development?
- Describe the role that XSL can play when dynamically generating HTML pages from a relational database.
- Who is responsible for XML?
- Give a few examples of types of applications that can benefit from using XML.
- What is SOAP and how does it relate to XML?
- What is DOM and how does it relate to XML?
- Can you walk us through the steps necessary to parse XML documents?
- Using XSLT, how would you extract a specific attribute from an element in an XML document?
- How would you build a search engine for large volumes of XML data?
- What is the difference between XML and C or C++ or Java?
- What does an XML document actually look like (inside)?
- How does XML handle white-space in my documents?
- How can I make my existing HTML files work in XML?
- Is there an XML version of HTML?
- Which parts of an XML document are case-sensitive?
- Can XML use non-Latin characters?
- What's a Document Type Definition (DTD) and where do I get one?
- Does XML let me make up my own tags?
- How to create my own document type?
- How to write my own DTD?
- Can a root element type be explicitly declared in the DTD?
- How do I get XML into or out of a database?
- Can I encode mathematics using XML?
- How will XML affect my document links?
- Can I use JavaScript, ActiveX, etc in XML files?
- Can I use Java to create or manage XML files?
- How does XML handle metadata?
- How to control formatting and appearance?
- How to use graphics in XML?
- How to include one XML file in another?
- What is parsing and how do I do it in XML?
- What are the special characters in XML?
- Do I have to change any of my server software to work with XML?
- I am trying to understand the XML Spec: why does it have such difficult terminology?
- Can I still use server-side inclusions?
- How to include a conditional statement in my XML?
- I have to do an overview of XML for my manager/client/investor/advisor. What should I mention?
- What is the purpose of XML namespaces?
- What is an XML namespace?
- How do I declare an XML namespace in an XML document?
- Where can I declare an XML namespace?
- Can I use an attribute default in a DTD to declare an XML namespace?
- Do the default values of xmlns attributes declared in the DTD apply to the DTD?
- How to override an XML namespace declaration that uses a prefix?
- How to override a default XML namespace declaration?
- How do I undeclare the default XML namespace?
- How do different XML technologies treat XML namespace declarations?
- How do I use the default XML namespace to refer to element type names in an XML namespace?
- When should I use the default XML namespace instead of prefixes?
- What is the scope of an XML namespace declaration?
- What happens when an XML namespace declaration goes out of scope?
- Can multiple XML namespace declarations be in scope at the same time?
- How can I declare XML namespaces so that all elements and attributes are in their scope?
- Can I use XML namespaces in DTDs?
- Do XML namespace declarations apply to DTDs?
- Can I use qualified names in DTDs?
- How to construct an XML document that is valid and conforms to the XML namespaces recommendation?
- How to allow the prefixes in my document to be different from the prefixes in my DTD?
- How to create documents that use XML namespaces?
- Can I use the same document with both namespace-aware and namespace-unaware applications?
- How do applications process documents that use XML namespaces?
- How to use XML namespaces with SAX 1.0 and SAX 2.0?
- What is a qualified name?
- Can qualified names be used in attribute values?
- How are qualified names mapped to names in XML namespaces?
- How are universal names represented? Are universal names universally unique?
- What happens if there is no prefix on an element type name?
- What does the URI used as an XML namespace name point to?
- What is XPointer?
- How do I install the XPointer processor?
- What is server-side XPointer?
- What about non-XML resources?
- How do integrate XPointer into my application?
- How to configure an XPointer processor?
- How to implement an application-specific XPointer scheme?
- What is XLink?
- What are the valid values for xlink:actuate and xlink:show?
- What three essential components of security does the XML Signatures provide?
- What is XLink Markup Design?
- Tell me about SOAP in XML?
- What is XQuery?
No comments:
Post a Comment