Click here to Skip to main content
16,007,760 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: selected value in select box using xsl,xml Pin
9-Jul-02 16:59
suss9-Jul-02 16:59 
GeneralSQLXML Schemas Pin
5-Jun-02 0:27
suss5-Jun-02 0:27 
GeneralRe: SQLXML Schemas Pin
jkgh20-Jun-02 7:32
jkgh20-Jun-02 7:32 
GeneralXMLNS issues with XSL transformation. Pin
Domenic Denicola2-Jun-02 16:43
Domenic Denicola2-Jun-02 16:43 
GeneralRe: XMLNS issues with XSL transformation. Pin
Wictor Wilén18-Jun-02 1:26
Wictor Wilén18-Jun-02 1:26 
GeneralRe: XMLNS issues with XSL transformation. Pin
Domenic Denicola18-Jun-02 10:21
Domenic Denicola18-Jun-02 10:21 
GeneralEmbed JavaScript into XSL Pin
Julz31-May-02 4:20
Julz31-May-02 4:20 
GeneralRe: Embed JavaScript into XSL Pin
Erik Westermann31-May-02 8:54
professionalErik Westermann31-May-02 8:54 
Simple - here's how you can embed JavaScript into an XSL document...


<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

...

<xsl:text disable-output-escaping="yes">
<![CDATA[
<script>

// your code goes here

</script>

]]>

</xsl:text>

...

</xsl:stylesheet>

HTH!


Essam - Author, JScript .NET Programming

...and a bunch of articles around the Web
GeneralRe: Embed JavaScript into XSL Pin
Julz3-Jun-02 3:21
Julz3-Jun-02 3:21 
GeneralHandling same element with different types. Pin
nay24-May-02 9:02
nay24-May-02 9:02 
GeneralRe: Handling same element with different types. Pin
Michael A. Barnhart24-May-02 10:34
Michael A. Barnhart24-May-02 10:34 
GeneralTwo questions Pin
Richard Deeming20-May-02 1:57
mveRichard Deeming20-May-02 1:57 
GeneralRe: Two questions Pin
Erik Westermann21-May-02 17:19
professionalErik Westermann21-May-02 17:19 
GeneralRe: Two questions Pin
Richard Deeming21-May-02 22:32
mveRichard Deeming21-May-02 22:32 
GeneralCompare XML files Pin
16-May-02 19:51
suss16-May-02 19:51 
GeneralRe: Compare XML files Pin
Mike.NET17-May-02 13:45
Mike.NET17-May-02 13:45 
GeneralRe: Compare XML files Pin
Sebastian Weber6-Jun-02 6:18
Sebastian Weber6-Jun-02 6:18 
Generaldynamic display of image from XML source Pin
16-May-02 4:23
suss16-May-02 4:23 
GeneralRe: dynamic display of image from XML source Pin
Christopher Lord23-Jun-02 8:08
Christopher Lord23-Jun-02 8:08 
GeneralRe: dynamic display of image from XML source Pin
jkgh24-Jun-02 0:46
jkgh24-Jun-02 0:46 
GeneralSpace in XML Pin
Hitu14-May-02 18:33
Hitu14-May-02 18:33 
GeneralRe: Space in XML Pin
MS le Roux14-May-02 20:19
MS le Roux14-May-02 20:19 
GeneralRe: Space in XML Pin
Not Active15-May-02 6:13
mentorNot Active15-May-02 6:13 
GeneralRe: Space in XML Pin
Michael A. Barnhart15-May-02 14:06
Michael A. Barnhart15-May-02 14:06 
GeneralTypes in Schema Pin
Jamie Nordmeyer14-May-02 11:03
Jamie Nordmeyer14-May-02 11:03 

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.