W
WStoreyII
Hello,
I have a cgi program made in c which will output xml that I have
obtained from a mysql database. I have the xml output setup to be
transformed by blog.xsl in the header of the xml output.
My problem is that one of the element of the xml will be a element
called article
which will contain a text string that has html tags from the msyql
database. what i want is that in the xsl it slaps the article element
in to a div then the formating should be done by the tags in the
string.
for some reason though this does not work.
if you need to see the file let me know.
Thanks for the help.
WStoreyII
I have a cgi program made in c which will output xml that I have
obtained from a mysql database. I have the xml output setup to be
transformed by blog.xsl in the header of the xml output.
My problem is that one of the element of the xml will be a element
called article
which will contain a text string that has html tags from the msyql
database. what i want is that in the xsl it slaps the article element
in to a div then the formating should be done by the tags in the
string.
for some reason though this does not work.
if you need to see the file let me know.
Thanks for the help.
WStoreyII