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 IamaSherpa 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. vijjay

    how to make XML tag hyperlink using external CSS file

    Thanks all responding my problem, I think you guys are right.
  2. vijjay

    External XML Document Translated to HTML

    I am not sure exactly how to access xml file from different server. One last thing I can suggest is: if you know how to parse an xml document then it can sovle your problem. you can use any language like java, asp, vb etc. to parse a document. one parser is DOM and other one is SAS or so. But...
  3. vijjay

    how to make XML tag hyperlink using external CSS file

    I know how to use XSL to make hyperlink but if use CSS then do not know how to make hyperlink. I also tried to change my XML tags to <a.....><img....> when formating with CSS and display in browser it shown simple text not hyperlink. Here is what I am trying to do: 1) I have XML file which has...
  4. vijjay

    External XML Document Translated to HTML

    all of your files like: CSS, XSL, DTD and XML should locate only at one server because these files are dependent on each other. How to display only 4 points there are 2 ways: 1) if using CSS or XSL for formating and accessing xml data then only format 4 points you want to display, do not...
  5. vijjay

    External XML Document Translated to HTML

    1) If you are not using any style sheet like CSS file then you need to add one more line to mention dtd file, here what is: <?xml version=&quot;1.0&quot;?> <!DOCTYPE my-resume SYSTEM &quot;resume.dtd&quot;> In aboe line: my-resume is root tag name in dtd and resume.dtd is dtd file name. 2)...
  6. vijjay

    how to make XML tag hyperlink using external CSS file

    I am trying to render / display a XML document (it contains data) into web browser (this whole thing is using DTD, XML, CSS, XHTML) and I am using external CSS file for formatting; I have a problems and I need help, if someone can figure out how: How to make XML tag / text Hyperlink using...
  7. vijjay

    bullet is displayed when host on web

    I am trying to render / display a XML document (it contains data) into web browser (this whole thing is using DTD, XML, CSS, XHTML) and I am using external CSS file for formatting; When I check it in browser in my local machine then bullets are working fine but when I host this document then one...
  8. vijjay

    how to render / display a XML file in browser

    I am trying to render / display a XML document (it contains data) into web browser (this whole thing is using DTD, XML, CSS, XHTML) and I am using external CSS file for formatting; I have 2 problems and I need help, if someone can figure out how: A. I am using list item and one list item has...
  9. vijjay

    how to make hyperlink using external css and item list

    I am trying to render / display a XML document (it contains data) into web browser (this whole thing is using DTD, XML, CSS, XHTML) and I am using external CSS file for formatting; I have 2 problems and I need help, if someone can figure out how: A. I am using list item and one list item has...
  10. vijjay

    what is CGI file

    I am just new and do not know about CGI files, what are these, what is thier function/advantage, how and where to use them how to create simple CGI file any short description would be appreciated. Thanks, Vijjay
  11. vijjay

    need help to calculate file download time

    I need to write Unix script file stat.sh that would contain a sequence of UNIX xommands that, when executed, will provide user with the downloading time of small.jpg and big.jpg files at the 28.8Kbps, 33.6Kbps, 50666bps dial up rates, 384Kbps aDSL and 500Kbps cable rate. (Then with file stat.sh...
  12. vijjay

    need help calculate file download time using awk

    I need to write Unix script file stat.sh that would contain a sequence of UNIX xommands that, when executed, will provide user with the downloading time of small.jpg and big.jpg files at the 28.8Kbps, 33.6Kbps, 50666bps dial up rates, 384Kbps aDSL and 500Kbps cable rate. (Then with file stat.sh...
  13. vijjay

    how to calculate file download time using awk

    I need to write Unix script file stat.sh that would contain a sequence of UNIX xommands that, when executed, will provide user with the downloading time of small.jpg and big.jpg files at the 28.8Kbps, 33.6Kbps, 50666bps dial up rates, 384Kbps aDSL and 500Kbps cable rate. (Then with file stat.sh...
  14. vijjay

    how to calculate file download time using awk

    Sory, my mistake I did not clear the problem. Here it is: I need to write Unix script file stat.sh that would contain a sequence of UNIX xommands that, when executed, will provide user with the downloading time of small.jpg and big.jpg files at the 28.8Kbps, 33.6Kbps, 50666bps dial up rates...
  15. vijjay

    how to calculate file download time using awk

    Hi, I am a learner of UNIX script. I have to write unix script using awk to calculate download time of .jpg file at different rates. Can any one help me or give me example code. Thanks, Vijjay

Part and Inventory Search

Back
Top