Click here to Skip to main content
16,004,991 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: XML/XSL Html table trouble Pin
George L. Jackson11-Jun-09 14:02
George L. Jackson11-Jun-09 14:02 
AnswerRe: XML/XSL Html table trouble Pin
Stuart Dootson11-Jun-09 22:58
professionalStuart Dootson11-Jun-09 22:58 
QuestionSerialization Invalid cast exception Pin
miniThomas10-Jun-09 20:39
miniThomas10-Jun-09 20:39 
AnswerCross Posted Pin
led mike11-Jun-09 4:39
led mike11-Jun-09 4:39 
QuestionPreserving white space in attribute values. (using MSXML) Pin
Maximilien9-Jun-09 7:25
Maximilien9-Jun-09 7:25 
AnswerRe: Preserving white space in attribute values. (using MSXML) Pin
Stuart Dootson9-Jun-09 13:44
professionalStuart Dootson9-Jun-09 13:44 
GeneralRe: Preserving white space in attribute values. (using MSXML) [modified] Pin
Maximilien10-Jun-09 3:26
Maximilien10-Jun-09 3:26 
QuestionXML / XSL Substring Pin
Brian_Mitchell8-Jun-09 6:16
Brian_Mitchell8-Jun-09 6:16 
I am trying to format my html table as i have a field labeled description with multiple lines and i was wondering is there anyway to format them using a substring function, i would also like them with bullet points any help?

<field name="Description" index="description">
    	This is a test script designed to illustrate DDML features.
	Read some data
	View the data
	Require some libraries (actually we don't, but it shows off some of the functionality)
	Do some funky Emax model stuff ...
	Sample code from <a href="http://www.e-booksdirectory.com/details.php?ebook=1791">An introduction to R</a>
  </field>



Above is a samble of what i want, for each line i want ot use a substring to read each line stick it in a bullet point and move onto the next untill they are also done.

also i need to find away to carry over the link to the html table.

below is sample of my stylesheet.

<table width="700" border="1" align="center" style="font-family:verdana 	font-size:10pt">

		<tr bgcolor = "#cccccc">
			<td width="130" align="center"><b>Title</b></td> 
			<td align="center"><b>Information</b></td>
		</tr>

			<xsl:apply-templates/>

</table>


></xsl:template>

<xsl:template match="field">
<tr>
<td><xsl:value-of select="@name" /></td>

<td><xsl:value-of select="." /></td>
</tr>
</xsl:template>

</xsl:stylesheet>


I would appreicate any help possible, thank you
AnswerRe: XML / XSL Substring Pin
Stuart Dootson8-Jun-09 23:10
professionalStuart Dootson8-Jun-09 23:10 
QuestionCSS... Pin
Jamal Abdul Nasir8-Jun-09 3:11
Jamal Abdul Nasir8-Jun-09 3:11 
AnswerRe: CSS... Pin
Christian Graus8-Jun-09 18:08
protectorChristian Graus8-Jun-09 18:08 
GeneralRe: CSS... Pin
Stuart Dootson8-Jun-09 22:27
professionalStuart Dootson8-Jun-09 22:27 
GeneralRe: CSS... Pin
Christian Graus9-Jun-09 11:17
protectorChristian Graus9-Jun-09 11:17 
GeneralRe: CSS... Pin
Stuart Dootson9-Jun-09 13:02
professionalStuart Dootson9-Jun-09 13:02 
AnswerRe: CSS... Pin
Stuart Dootson8-Jun-09 22:25
professionalStuart Dootson8-Jun-09 22:25 
GeneralRe: CSS... Pin
Jamal Abdul Nasir2-Feb-10 7:58
Jamal Abdul Nasir2-Feb-10 7:58 
QuestionAnother boring XML question. URGENT Pin
Etienne_1237-Jun-09 6:15
Etienne_1237-Jun-09 6:15 
AnswerRe: Another boring XML question. URGENT Pin
Christian Graus8-Jun-09 18:07
protectorChristian Graus8-Jun-09 18:07 
GeneralRe: Another boring XML question. URGENT Pin
Etienne_1238-Jun-09 23:00
Etienne_1238-Jun-09 23:00 
GeneralRe: Another boring XML question. URGENT Pin
Christian Graus9-Jun-09 14:54
protectorChristian Graus9-Jun-09 14:54 
AnswerRe: Another boring XML question. URGENT Pin
kamagra10-Jun-09 2:10
kamagra10-Jun-09 2:10 
QuestionHow do I specify a new Uri path? Pin
Etienne_1234-Jun-09 4:56
Etienne_1234-Jun-09 4:56 
QuestionBinding TreeView Header to XML Nodes Pin
Etienne_1234-Jun-09 0:49
Etienne_1234-Jun-09 0:49 
AnswerRe: Binding TreeView Header to XML Nodes Pin
Etienne_1234-Jun-09 2:06
Etienne_1234-Jun-09 2:06 
AnswerRe: Binding TreeView Header to XML Nodes Pin
Etienne_1234-Jun-09 2:10
Etienne_1234-Jun-09 2:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.