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.
User Profile
Collapse
-
generate table of contents
hi,
does anyone know how to generate a table of content in XML file using perl script?
Thanks. -
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. -
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> -
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>Leave a comment:
-
display an image in xml using css
Hi,
Does anyone know how to display an image in XML using CSS?Leave a comment:
-
display an image in xml using css
Hi,
Does anyone know how to diaplay an image in XML using CSS? -
Oh ya, i forgot to close the TABLE tag .. But after correcting this error, it still doesn't work..Leave a comment:
-
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;
} -
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;
} -
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">... -
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">... -
-
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. -
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>
No activity results to display
Show More
Leave a comment: