User Profile

Collapse

Profile Sidebar

Collapse
Starlite
Starlite
Last Activity: Jan 25 '07, 02:31 PM
Joined: Jan 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Starlite
    started a topic creating a link
    in XML

    creating a link

    hi,

    i have an xml document.. the information are arranged in chapters and sections.. there is also a contents page ..

    right now i'm trying to link the contents page to the respective sections.. such that when i click a particular section in the contents page, it'll go to that section immediately .. Does anyone know how to do this?

    Thanks.
    See more | Go to post

  • Starlite
    started a topic generate table of contents
    in XML

    generate table of contents

    hi,
    does anyone know how to generate a table of content in XML file using perl script?

    Thanks.
    See more | Go to post

  • Starlite
    started a topic use perl to generate table of content in XML
    in Perl

    use perl to generate table of content in XML

    hi,

    does anyone know how to generate table of contents in XML file using perl?

    Thanks.
    See more | Go to post

  • Starlite
    replied to display an image in xml using css
    in XML
    display image

    Hi, does anyone know what CSS code to write so that i can display an image in a XML file?

    My XML code is as follow:

    <DIV>
    <IMAGE xml:link="simpl e" href="apple.gif " show="embed" actuate="auto"/>
    </DIV>
    See more | Go to post

    Leave a comment:


  • Starlite
    replied to display an image in xml using css
    in XML
    display image

    Hi, does anyone know what CSS code to write so that i can display an image in a XML file?

    My XML code is as follow:

    <DIV>
    <IMAGE xml:link="simpl e" href="apple.gif " show="embed" actuate="auto"/>
    </DIV>
    See more | Go to post

    Leave a comment:


  • Starlite
    replied to display an image in xml using css
    in XML
    display an image in xml using css

    Hi,

    Does anyone know how to display an image in XML using CSS?
    See more | Go to post

    Leave a comment:


  • Starlite
    started a topic display an image in xml using css
    in XML

    display an image in xml using css

    Hi,

    Does anyone know how to diaplay an image in XML using CSS?
    See more | Go to post

  • Starlite
    replied to create table
    Oh ya, i forgot to close the TABLE tag .. But after correcting this error, it still doesn't work..
    See more | Go to post

    Leave a comment:


  • Starlite
    started a topic preserve white spaces
    in XML

    preserve white spaces

    Hi, i want to print out a string, for example:
    # Hello!

    However, the ouput i got is:
    #Hello!

    I wonder what is the problem.

    XML code:

    <note>
    # Hello!</note>

    CSS code:

    note{
    white-space: pre;
    }
    See more | Go to post

  • Starlite
    started a topic preserve white spaces
    in XML

    preserve white spaces

    Hi, i want to print out a string, for example:
    # Hello!

    However, the ouput i got is:
    #Hello!

    I wonder what is the problem.

    XML code:

    <note>
    # Hello!</note>

    CSS code:

    note{
    white-space: pre;
    }
    See more | Go to post

  • Starlite
    started a topic create table

    create table

    Hi, I've already written a simple XML and CSS file. My aim is to display the information in table form.

    For example:


    Apple Orange
    Watermelon Banana


    But i don't know why my codes just simply don't work. Wonder what is the problem.

    XML code:

    <TABLE>
    <ROW>
    <CELL ROWSPAN="1" COLSPAN="1">...
    See more | Go to post

  • Starlite
    started a topic create table in xml
    in XML

    create table in xml

    Hi, I've already written a simple XML and CSS file. My aim is to display the information in table form.

    For example:


    Apple Orange
    Watermelon Banana


    But i don't know why my codes just simply don't work. Wonder what is the problem.

    XML code:

    <TABLE>
    <ROW>
    <CELL ROWSPAN="1" COLSPAN="1">...
    See more | Go to post

  • Starlite
    replied to alignment of words
    in Perl
    Hi,

    I'm using XML::Parser!
    See more | Go to post

    Leave a comment:


  • Starlite
    started a topic alignment of words
    in Perl

    alignment of words

    Hi,

    the XML file that i generate using perl, the alignment of the words is shifting towards the right, as it goes down to the end of the page. I wonder if anyone can help to solve this problem.
    See more | Go to post

  • Starlite
    started a topic Using of arrays... Can anyone help me?
    in Perl

    Using of arrays... Can anyone help me?

    Input XML code:

    Code:
    <IMPORTANTList>
    <IMPORTANT>
    <A ID="pgfId-123"></A>
    <Normal>-----------------------------------------------------------------------------------------</Normal>
    IMPORTANT: 	
    <Normal>-----------------------------------------------------------------------------------------</Normal>
    </IMPORTANT>
    <DIV>
    ...
    See more | Go to post
    Last edited by eWish; Nov 19 '07, 02:35 AM. Reason: Added Code Tags
No activity results to display
Show More
Working...