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 biv343 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. kashka

    Excel: Transferring data from one worksheet to another

    In excel: I have a template from one worksheet with some calculations that I want to transfer to fields in a form designed in another worksheet or even a new workbook. How can I do this? Could I use VBA or XML?
  2. kashka

    CSS is not being rendered in XML document

    It works! It was a typo. What books do you recommend I read to learn this sort of thing?
  3. kashka

    CSS is not being rendered in XML document

    I'm so embarrassed. I'm new to this so bare with me. Thanks I will try it and let you know how it goes.
  4. kashka

    CSS is not being rendered in XML document

    I am using a Pentium M Processor with Centrino @ 1.3GHz Here is the xsl file: <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns="http://www.w3.org/2004/XSL/Transform"> <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> <order> <date> <xsl:value-of...
  5. kashka

    CSS is not being rendered in XML document

    Well I was following the exercise in a Wrox book called "Beginning XML" and they had the content and the stylesheet in one document and it works for them but I guess that's not the case with me. By the way, are you familiar with XSL? If so, what does "No prefix for "xsl"" mean?
  6. kashka

    CSS is not being rendered in XML document

    Could you please help me out? I have the following xml document that uses CSS to display information in a particular display format. What happens when I views it, it just displays the text normally but no rendering. Could you please let me know if I am doing something wrong? Here is the code...

Part and Inventory Search

Back
Top