rastrol7 Posted June 5, 2007 Share Posted June 5, 2007 've been developing a stylesheet that takes XML from a database and parses it into a web page. The output for one field of the database consists of html code that I want passed on to the page I'm designing. A sample of the value is: <brief_description>Short Sleeve Golf Shirt<br>100% Combed Cotton<br>No Pocket<br>Assorted Colors<br>Imported</brief_description> Currently I've been able to get just this to show up: Short Sleeve Golf Shirt<br>100% Combed Cotton<br>No Pocket<br>Assorted Colors<br>Imported I want to be able to display this as: Short Sleeve Golf Shirt 100% Combed Cotton No Pocket Assorted Colors Imported Can anyone help me? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/54314-xml-xsl-working-with-text-in-xsl/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.