Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 527577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:53:52+00:00 2026-05-13T08:53:52+00:00

While I was learning about how to write an XHTML document with XML writer

  • 0

While I was learning about how to write an XHTML document with XML writer in C#, one response in my thread said I need to use XHTML namespace:

const string XHTMLNS = "http://www.w3.org/1999/xhtml";
    writer.WriteStartElement("html", XHTMLNS);
    writer.WriteStartElement("head", XHTMLNS);

I am not using it (I have just “html”) and it works well. I am using this doctype:

writer.WriteDocType("html","-//W3C//DTD XHTML 1.0 Transitional//EN","http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd",null);

So, I do not understand why not to use just WriteStartElement(“html”), it works. Also what is benefit of using WriteStartElement(“html”, XHTMLNS)? Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T08:53:52+00:00Added an answer on May 13, 2026 at 8:53 am

    Without using the namespaced versions you are creating an XML stream that’s not valid XHTML.

    This becomes a problem if and only if that output is sent to a consumer of that stream that expects to receive valid XHTML. That could be a browser or other user agent, that is told to expect XHTML by means of a content-type of “application/xhtml+xml” or it could be to a different type of consumer. For example, if you and I agree to share some data, and we decide that you will send it to me as XHTML, then my reasonable expectation would be that you would send fully valid XHTML, and if you didn’t use the namespaced form then you would be failing to meet the agreement.

    It’s becomes more important when you consider that elements from different namespaces can all be mixed together in the same XML stream. So maybe the XHTML only makes up one or more sections of a larger XML document, with lots of elements from other namespaces as well. Then, to be able to process the document properly, the consumer needs to be able to recognise correctly the XHTML sections, and using the namespace is the way to do that.

    As is frequently noted in XHTML answers on SO, by default, your generated XHTML will be sent to a browser with an “text/html” content type, so the browser is not expecting valid XHTML, or even well formed XML, but HTML instead. HTML doesn’t use XML namespaces, so if that is the only consumer for your generated output, then there is no value in using the namespaced versions of the “Write” methods.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I found some similarities between arrays and set notation while learning about sets
I'm learning python and trying to write a code to sync two directories: one
while learning a bit about hibernate i came across famous lazy initialization exception under
i started learning a bit about mysql and while i was reading i was
I found the following semaphore example. I'm currently learning about thread syncing. I have
While learning about creating MS SQL Reporting and deploying reports to SQL Reporting Server,
I have less than a year of programming experience. While learning about reading and
I want to start learning about parallelism. Appropriately, Approaches to write programs which attain
While learning Rails, I found this example in the Sam Ruby's book: app/controllers/line_items_controller.rb def
While learning an example from learn-you-a-haskell which right triangle that has integers for all

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.