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 Mike Lewis 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. lalzad

    msxml3.dll prob

    I am sorry guys my fault, I was trying all that in FireFox, thats why I was getting the error message. I got it right in IE. Thanx a lot tsuji, you always give valuable information.
  2. lalzad

    line break in string cause probs

    this works fine <html> <head> <title>Test MSXML Install</title> <head> <body> <script language="JScript" type="text/javascript"> try { var strXML = "<?xml version='1.0' ?><AnyElement>Sometext</AnyElement>" var objXMLDOM = new ActiveXObject ( "Msxml2.DOMDocument.3.0" )...
  3. lalzad

    back\slash

    why do we need 2 backslashes when loading a document. <html> <head> <title>MSXML load example</title> <script> function showXML() { alert("The document element of the document is named : \n" + objXMLDOM.documentElement.nodeName); } </script> <head>...
  4. lalzad

    msxml3.dll prob

    when I search for msxml3.dll in the files and folders, the search results show that I have msxml3.dll installed on the machine. but when I type the following code in notepad I get an error message(the catch part of the code is displayed) 1. can anybody tell me why 2. and on this line var...
  5. lalzad

    How does this work?

    because you r telling the parser that "whenever you find a dinosaur element in the root element DinoList, apply the following template".
  6. lalzad

    SAX

    I am a newbee of .net. I am trying to learn XML from the book "BeginningXML3rdEdition" WROX, The chapter on SAX in the book has been explained with Java as the programming language. I dont want to indulge in Java as well as C#/VB. Can someone learn SAX without Java or rather, with C#or VB, if...
  7. lalzad

    xquery file not found

    Sorry guys, I got to know my mistake.I was saving the files as xquery but they were being saved as xquery.txt, but when I chose AllFiles instead of .txt, the files were saved as xquery and everything is working fine now.
  8. lalzad

    using saxon7.8

    When I give the path of the files I want to transform, from the commandline, it says "unable to access jar file saxon7.jar".
  9. lalzad

    using saxon7.8

    This is the file path I have to give in the command line C:/Documents and Settings/admin/My Documents/saxon7-8 followed by the command java -jar saxon7.jar......... All the files have to be stored in the file saxon7-8 for them to work. But I want to store the files in the directory...
  10. lalzad

    xquery file not found

    While using saxon7.8 and xQuery, I created a xml source doc by the name of SimpleBooks.xml and then to run the query(from the command line) I created a file SimpleBooks.xquery which contains the following one line code doc("SimpleBooks.xml")/Books/Book The saxon processor gives an error...
  11. lalzad

    using saxon7.8

    The book says "If you want to be able to run saxon7.jar from ant directory you will need to add the file, giving its full path, to your CLASSPATH environment." I did exactly as told, and now when you go to system properties->advanced->Environment Variables, you can see the classpath...
  12. lalzad

    saxon XSLT processor

    Wow man, wow.That worked.Thanx a ton tsuji.
  13. lalzad

    saxon XSLT processor

    Now runnig the saxon XSLT processor, has got stuck in the mind like an unsolved puzzle which I dont like too much. PL. somebody help.
  14. lalzad

    saxon XSLT processor

    The book(wrox beginning XML 3rd edition) says type "java -jar saxon7.jar" and the processor would show an error message, and it would mean that the xslt processor is working.If it says a bad command, something wrong somewhere.And I am getting the bad command. If I dont get the xslt processor...
  15. lalzad

    saxon XSLT processor

    I have downloaded the saxon XSLT processor saxon8.8j[1] path(C:\Documents and Settings\admin\saxonb8-8j[1]) I have checked for java and yes I have java installed on the computer. As the book has advised I went to the system properties and in classpath I added the above path in Variable value...

Part and Inventory Search

Back
Top