Jump to content

raveesh

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by raveesh

  1. hey!this<!ELEMENT note (#PCDATA|to|from|header|message)*>declares that the element "note" can have either character data or element to or element from or header or message.this example means that since note can contain any no. of character data or element "to" or element "from" or "header" or "message".
  2. Hi! I am kinda new to programming in xml, I would like that the browser when displays my xml file, it should preserve the whitespace. Like in the following tag:<DESCRIPTION> * Offers 3 in 1 PC Protection from viruses, hackers and spyware so you can surf the Web safely. * Prevents multi-pronged attacks by integrating anti-virus, firewall, and anti-spyware technologies. * Simplifies security with the new and improved McAfee SecurityCenter. * Shields your PC around the clock: always on, always updating, always protecting. * Warns you about sites which send spam, install adware, or attempt online scams.</DESCRIPTION>I wnat the browser to display it as it is, like the <pre> tag of HTML, how can i do that without CSS of any add-on.thanksRaveeshPS I am new and just 15 so please explain a little bit.
×
×
  • Create New...