User Profile

Collapse

Profile Sidebar

Collapse
daydreaming
daydreaming
Last Activity: Oct 9 '08, 01:59 AM
Joined: Jan 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • daydreaming
    started a topic Set the button color of drop-down menu

    Set the button color of drop-down menu

    Hi All,

    I would like to know is there any way to set the color of the button in drop-down menu.

    Below is the sample HTML object (select) that I would like to set its button color.

    Code:
    <html>
    <select style="border-bottom:1px solid #dadada">
    <option>Menu Item 01</option>
    <option>Menu Item 02</option>
    </select>
    </html>
    ...
    See more | Go to post

  • Create HTML page without active script warning message by Javascript on IE browser

    Hi All,

    I have the below code which worked as what I want on Firefox, but the code did not work on IE6. Do you guys have any suggestion for me how to fix the code below to make it work on IE? Thank you for any help in advance.

    Code:
    <!-- saved from url=(0014)about:internet -->
    <html>
    <head><title>Test</title>
    <script type="text/javascript">
    ...
    See more | Go to post

  • Create a printer friendly page from multiple html files

    Hi all,

    I need some help. I have the index html page which has many <a> tags linking to other html pages. There is a need to create the printer friendly page by putting the contents of index file and also other html files in a single page without using Javascript.

    I have read the article from this URL http://www.boxesandarr ows.com/view/printing_the_we b, and it seems like I can use CSS to do it, but I still have...
    See more | Go to post

  • daydreaming
    started a topic XSLT - create a printable HTML page
    in XML

    XSLT - create a printable HTML page

    Hi All,

    I have a question is it possible to use XSLT to get data from multiple HTML files and then present all contents in a single file? (without using javascript). Thank you for any help in advance.
    See more | Go to post

  • daydreaming
    replied to XSLT - Re-arrange the XML element order
    in XML
    Thank you so much for your help, Miguel.
    See more | Go to post

    Leave a comment:


  • daydreaming
    started a topic XSLT - Re-arrange the XML element order
    in XML

    XSLT - Re-arrange the XML element order

    Hi all,

    I would like to know that is it possible to move xml element up or down in element tree.

    The input xml.

    <ROOT>
    <A1>A</A1>
    <B1>B</B1>
    <C1>C</C1>
    <D1>D</D1>
    </ROOT>

    The required output xml.

    <ROOT>
    <A1>A</A1>
    <D1>D</D1>
    ...
    See more | Go to post

  • XSLT - Convert science notation number to normal format

    Hi all,

    I need some help to convert the number in science notation format back the normal format.

    The input xml
    <?xml version='1.0' encoding='utf-8'?>
    <product>
    <price>2.022E 9</price>
    </product>

    The required output xml
    <?xml version='1.0' encoding='utf-8'?>
    <product>
    <price>20220000 00</price>
    ...
    See more | Go to post

  • daydreaming
    replied to XSLT: how to create dynamic elemant name?
    in XML
    Finally, I get it done myself with the following code.

    <?xml version="1.0" encoding="UTF-8" ?>
    <xsl:styleshe et version="1.0" xmlns:xsl="http ://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" indent="yes" xalan:indent-amount="2" xmlns:xalan="ht tp://xml.apache.org/xslt"/>

    <!--...
    See more | Go to post

    Leave a comment:


  • daydreaming
    replied to XSLT: how to create dynamic elemant name?
    in XML
    Thank you jkmyoung. I have applied your idea to what I want to do, but when I have more elements, the xsl:variable value did not not change, so I got the wrong result. Please see below for more information what I've done.

    Source XML.

    <Delivery>
    <ShipTo>
    <Name>Jame Good</Name>
    <Name>A Com.</Name>
    <Address>A Street</Address>...
    See more | Go to post

    Leave a comment:


  • Thank you very much, jkmyoung.
    See more | Go to post

    Leave a comment:


  • daydreaming
    started a topic XSLT: how to copy element without namespace?
    in XML

    XSLT: how to copy element without namespace?

    Hi again,

    I have one more question to inquiry from you guys that if I want to want to use XSLT copying from xml containing namespace to a new xml without namespace. How can I do it. I have written XSLT for this routine, but it still did not work as what I want yet, so can anyone give me some suggestion to work through it. Thank you in advance.


    Source XML file.

    <?xml version="1.0"?>...
    See more | Go to post

  • daydreaming
    started a topic XSLT: how to create dynamic elemant name?
    in XML

    XSLT: how to create dynamic elemant name?

    Hi All,

    I am newbie to XSLT, so I need some help from you guys.
    I need to create the XSLT file to transform the element 'name' to 'bname1' and 'bname2' respectively (please see source and required xml below). Could anyone please give me a hint how to do it. Thank you for any help in advance.

    Source XML

    <books>
    <book>
    <name>booknam e</name>
    <name>authornam e</name>...
    See more | Go to post
No activity results to display
Show More
Working...