Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML value-of tag
Message
De
06/12/2000 10:09:27
 
 
À
05/12/2000 17:06:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00449662
Message ID:
00449911
Vues:
10
>I've been trying to use XSL and XML to assemble paragraphs out of data. The desired output is all text, no HTML or XML tags. The XML parser seems to insert newlines after some calls to but not others. Does anybody know how to insist that no newlines be added that are not in the XSL template file itself?

But you do have new lines in your XSL file, right here:

<xsl:value-of select="FNAME" /> <xsl:value-of select="MNAME" /> <xsl:value-of select="LNAME" />***RIGHT HERE IS A LINE BREAK***
<xsl:value-of select="FNAME" /> received training sessions for the period ending <xsl:value-of select="PERIODENDING"

Since you aren't exporting to HTML and jsut text, no < br > or anyhting like that is needed, just a simple carriage return, and thats what you've got.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform