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!

Search results for query: *

  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

    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...
  3. 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...
  4. 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