Jump to content

RoccoPwner

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by RoccoPwner

  1. Last question: Is it correct to include them within quotation marks? Thanks for your answers so far!
  2. Does IE support it? If yes, could you tell me which of the two is the proper format of using entities inside the attributes?<tvl:category cat="&N" />OR<tvl:category cat="&N;" />
  3. Hello all,I have a slight problem with validating my XML file with XML DOM validator on this website. Basically I'm trying to use an entity as the value of attribute. Line that causes the problem is:<tvl:category cat="&W;" />Entity is of course listed in .dtd file as follows:<!ENTITY W "Weather"> How come such trivial thing could give me the following error? XML Parsing Error: not well-formedLocation: http://www.w3schools.com/dom/dom_validate.aspLine Number 11, Column 25: <tvl:category cat="&W;" />---------------------------------------------^ I tried using both internal or external .dtd file as well as getting rid of quotation marks, etc. and nothing seems to help :Sad: I'd very much appreciate any help! Thanks
×
×
  • Create New...