Jump to content

prerna_1965@rediffmail.com

Members
  • Posts

    7
  • Joined

  • Last visited

prerna_1965@rediffmail.com's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thanks for the replies. I have surfed a lot to find others who had the problem and tried suggestions by them. That is how I installed .NET 3.5 and VC++ 2008 x64. But still no luck. Trying on another system is not an option. Still awaiting suggestions.
  2. Incidentally I have also installed VC++ 2008 x64
  3. Dear Devoted Member,Thanks for the reply. I had already visited the link you have given and installed the required software. However still no luck. Any other suggestions?
  4. Hi guys, I have wamp installed on my windows vista home basic. It was running fine till a while ago. Now when I try to run it it would not load local host. Here is what all I have tried : Upgraded to wamp 2.2e Made sure port 80 is free Made sure skype or any other software is not conflicting with wamp Checked my hosts, and other config files for local host (but suggestions are welcome in case I have missed something. installed .net 3.5 sp1 frame work. When I try to load wamp I am getting a popup which says "Aestan Tray Menu has stopped working". Any suggestions would be welcome. Thanks in advance.
  5. Hi All,I am new to all this. I am trying to link one xml file to another. Here's my code. It just dosent work.<!-- DEFINING XLINK NAMESPACE --><anydoc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"> (anydoc is the root element containing dochead,sec*).<sec><head>Section Heading</head><p>Some text <it xlink:href="note.xml" xlink:show="new">Linking text</it>Rest of the text ....</p></sec>Although the file displays fine in the browser, the link does not work and while parsing the error "character ':' not allowed in attribute specification list" is shown in both these lines.Do we have to use XPointer with XLink to make it work? What about parsing errors?Please help.
  6. Hi All,I am new to all this. I am trying to link one xml file to another. Here's my code. It just dosent work.<!-- DEFINING XLINK NAMESPACE --><anydoc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"> (anydoc is the root element containing dochead,sec*).<sec><head>Section Heading</head><p>Some text <it xlink:href="note.xml" xlink:show="new">Linking text</it>Rest of the text ....</p></sec>Although the file displays fine in the browser, the link does not work and while parsing the error "character ':' not allowed in attribute specification list" is shown in both these lines.Do we have to use xpointer with xlink to make it work? What about parsing errors?Please help.
×
×
  • Create New...