Jump to content

v_nai

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by v_nai

  1. Im with RX.. The tutorial is really a quick start but xhtml2.0 stuff is missed in it. Yesterday i was reading one article on web and surprised to find 5 xhtml dtds exist instead of 3 as given in w3schools tutorial. Later learnt xhtml 2.0 things r not mentioned in this tutorial..That wud be a great help if u could include xhtm2 details in it.thanksvnay.v_nai@yahoo.com

  2. I guess you haven't validated the xml file against the dtd. You need to use any tool/xml editor (google on net) to validate. When we say validation it checks only the document against the dtd definition; dont expect any output as in any prog language.vinay.

    I am totally new to XML.I tried creating an xml and validating it against dtd.But its still displaying the xml.Its not getting validated or giving errors.<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE note [ <!ELEMENT note (to, from, heading, body)> <!ELEMENT to (#PCDATA)> <!ELEMENT from (#PCDATA)> <!ELEMENT heading (#PCDATA)> <!ELEMENT body (#PCDATA)>]><note> <toc>Tove</toc> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body></note>
  3. Through xml you cann't retrieve information from a word document. Infact XML is just a data representation language; It's just a well formed document with data in it.(which can be validated).If I were you, I would have made the word document data in some well formed tags (in xml file) and would have used XSLT to get the desired xml structure.hope this makes sence.vinay.

    hi to every one,i have one word file, in that i have details about employees like name ,address,ph-no, salary.ok i want to retrieve those inforamtion through xml file .and save those details excel or ms-access file automatically.help me .i am waiting for ur reply.
×
×
  • Create New...