P
Peter David
Hi all,
1) I have created a huge XML "data base" consisting of people with
<name>Charlie</name> <address>High street></address> etc.
I wanna use this xml-data base for various HTM-pages for me to surf to; one
could be to list all red-haireds on one htm-page, or all people with income
I can create various xslt-files to achieve these "output"-htm-screens.
But only ONE can be seen, since I have to code the name of the xslt-file
inside the xml-code
<?xml-stylesheet type ="text/xsl" href="redhaireds.xsl"?>
How do I solve this??
2) Within the tags in my XML-file
<description> bla bla bla</description> I want to have HTML-functions
visible within the text, e.g- one specific word will be bold (How do I write
<B> within the text ??) or a line break (How do I write <BR> ?)
Thanks!
Peter
1) I have created a huge XML "data base" consisting of people with
<name>Charlie</name> <address>High street></address> etc.
I wanna use this xml-data base for various HTM-pages for me to surf to; one
could be to list all red-haireds on one htm-page, or all people with income
ONE file "people.xml".10,000. In other words many HTM-pages based upon the same data base, i.e.
I can create various xslt-files to achieve these "output"-htm-screens.
But only ONE can be seen, since I have to code the name of the xslt-file
inside the xml-code
<?xml-stylesheet type ="text/xsl" href="redhaireds.xsl"?>
How do I solve this??
2) Within the tags in my XML-file
<description> bla bla bla</description> I want to have HTML-functions
visible within the text, e.g- one specific word will be bold (How do I write
<B> within the text ??) or a line break (How do I write <BR> ?)
Thanks!
Peter