Hi. A quick thanks to those who try to help. here's what i'm trying to do:
<?xml>
<stuff>
<theStory>
<p>aaklsjd fakljs fakjs faskldj a;klsjdf l;aksdj f THIS TEXT SHOULD BE HIGHLIGHED a;klsdjf a;slkjdf a;skljdf a;slkjdf a;slkjf a;sklj fas;kl jf;ak s</p>
<p> askljdf laksjdf ;alksjdf a;skljdf ;askldjf; askdlfj ;sdlkfj THIS TEXT SHOULD ALSO BE HIGHLIGHTED alksjdf a;klsjfd a;slkdfja s;dfkjas; dfaklsjd f</p>
</theStory>
</stuff>
so my question is how can i somehow mark up the text in the xml so as to be able to treat it later via CSS?
Thanks,
eric
<?xml>
<stuff>
<theStory>
<p>aaklsjd fakljs fakjs faskldj a;klsjdf l;aksdj f THIS TEXT SHOULD BE HIGHLIGHED a;klsdjf a;slkjdf a;skljdf a;slkjdf a;slkjf a;sklj fas;kl jf;ak s</p>
<p> askljdf laksjdf ;alksjdf a;skljdf ;askldjf; askdlfj ;sdlkfj THIS TEXT SHOULD ALSO BE HIGHLIGHTED alksjdf a;klsjfd a;slkdfja s;dfkjas; dfaklsjd f</p>
</theStory>
</stuff>
so my question is how can i somehow mark up the text in the xml so as to be able to treat it later via CSS?
Thanks,
eric