the question is how to denote, or mark, small strings of text that fall within larger strings of text in xml.
as we know, one of the major benefits to using an xml/xsl/css solution is that content is almost entirely separated from markup. the content gets stored in xml and the markup is...
i don't think that will work - the xml stylesheet has to have the content type "text/xml" like so:
<?xml-stylesheet type="text/xsl" href="stuff.xsl?"?>
otherwise it won't be processed as xsl. there's got to be some way of marking the text inside xml so that it can be processed as by an xsl...
Thanks for the response however I've already tried that. It seems as though the XSL processor stops when it encounters the first Highlight tag - See www.ericcorriel.com/stuff.tags.xml. I've put up a detailed explanation of the problem at www.ericcorriel.com/xml_problem.php.
Thanks again to...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.