Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JumpStarter

  1. JumpStarter

    Retrieve all form details in a project

    Hi All, Is it possible that i can programatically get all forms (its properties and controls) that exist in a visual basic project. Thanks in advance
  2. JumpStarter

    Retrieve XML content in PHP

    Thanks for the link. I have had a look at it. Actually i do not want the entire document returned as XML only a part of it. And the next major problem is i am not good at PHP. Worked all my life on MSXML XPATH & DOM ;). Still haven't found the answer :(.
  3. JumpStarter

    Retrieve XML content in PHP

    Hi, I have an xml document that looks like this : <root> <abstract id="001"> <heading>Welcome to XML</heading> <p>This is a text</p> <p>This is also a text</p> </abstract> </root> I am using PHP 4 and want to fire a XPath eg: "/root/abstract" which has to return the complete abstract...
  4. JumpStarter

    Reading special characters from a XML file using VB

    Thanks for ur reply Chip. Yes the document has been set the encoding : <?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot; ?> I am reading the file using Microsoft DOM. When i try opening the document with XMLSpy i get the following message : &quot;Your file contains 1...
  5. JumpStarter

    Reading special characters from a XML file using VB

    Hi all, I have an xml file with a few special characters like &quot;ä&quot; and lots more. These symbols get displayed properly on the browser. But when i try reading them using Visual Basic 6 i get question marks. The xml document follows the &quot;iso-8859-1&quot; encoding format and it does...
  6. JumpStarter

    new to asp, form mail problem

    What are the error messages you are getting? Are the messages same for all the pages you execute? ASP pages will run fine as long as IIS is installed and running. Let me know about the error messages so that i can think of a solution.
  7. JumpStarter

    VB problem while retrieving XML data using XPath

    I have a problem while retrieving XML data using XPath. My XML data contains a few special characters.For eg: i have a sentence which has the special character &#8721; which gets translated to the SUM symbol (?). When i retrieve this data using XPath i get a ? instead of the actual text. What...

Part and Inventory Search

Back
Top