Click here to Skip to main content
16,006,001 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Question<![CDATA[NULL]]> this is OK? Pin
skoizumi291108-Jun-04 16:03
sussskoizumi291108-Jun-04 16:03 
GeneralLoading XslTransform from data base/string Pin
lkrzanik8-Jun-04 5:44
lkrzanik8-Jun-04 5:44 
GeneralRe: Loading XslTransform from data base/string Pin
palbano8-Jun-04 16:32
palbano8-Jun-04 16:32 
GeneralMS XML Pin
Rhys__6668-Jun-04 0:23
Rhys__6668-Jun-04 0:23 
General& in XSL parameters Pin
Atara6-Jun-04 1:08
Atara6-Jun-04 1:08 
GeneralRe: & in XSL parameters Pin
henningbenk7-Jun-04 1:43
professionalhenningbenk7-Jun-04 1:43 
GeneralRe: & in XSL parameters Pin
Atara7-Jun-04 2:38
Atara7-Jun-04 2:38 
Generalagain: & in XSL parameters Pin
Atara7-Jun-04 19:33
Atara7-Jun-04 19:33 
I tried
<xsl:param name="strPathFiles" /> <!-- Get its value from the application. -->
<xsl:variable name="strPathU" ><xsl:value-of select="$strPathFiles" disable-output-escaping="yes" /></xsl:variable>

<IMG border='0' width='19' height='18' align='middle' >
<xsl:attribute name="src">
<xsl:value-of select="$strPathU" disable-output-escaping="yes" />links_files\ref2_books.gif<xsl:text/>
</xsl:attribute>
</IMG><xsl:text/>
<p><xsl:value-of select="$strPathU" disable-output-escaping="yes" />myDir\myFile.gif<xsl:text/></p>

In the <P> , the string is exactly as I want it, but in the <IMG> I still get -
"C&amp;#58;&amp;#92;Documents&amp;#32;and&amp;#32;Settings"

Maybe disable-output-escaping has no effect in <xsl:attribute> because it might cause illegal-xml .


Any other suggestions?

Thanks,

Atara
GeneralRe: again: &amp;amp; in XSL parameters Pin
henningbenk7-Jun-04 22:07
professionalhenningbenk7-Jun-04 22:07 
GeneralRe: again: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 22:50
Atara7-Jun-04 22:50 
GeneralRe: again: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 22:58
Atara7-Jun-04 22:58 
QuestionHow to load XML from string into dataset or listbox Pin
5-Jun-04 8:54
suss5-Jun-04 8:54 
AnswerRe: How to load XML from string into dataset or listbox Pin
Andrew Quinn AUS6-Jun-04 22:52
Andrew Quinn AUS6-Jun-04 22:52 
GeneralRe: Converting carriage returns to &lt;BR&gt; tags Pin
Philip Fitzsimons2-Jun-04 3:22
Philip Fitzsimons2-Jun-04 3:22 
GeneralRe: Converting carriage returns to <BR> tags Pin
JussiL2-Jun-04 8:06
JussiL2-Jun-04 8:06 
QuestionHow to test if node exists and it's not empty? Pin
Alvaro Mendez1-Jun-04 10:00
Alvaro Mendez1-Jun-04 10:00 
AnswerRe: How to test if node exists and it's not empty? Pin
Anonymous1-Jun-04 17:25
Anonymous1-Jun-04 17:25 
GeneralRe: How to test if node exists and it's not empty? Pin
Alvaro Mendez3-Jun-04 12:49
Alvaro Mendez3-Jun-04 12:49 
AnswerRe: How to test if node exists and it's not empty? Pin
Philip Fitzsimons2-Jun-04 3:25
Philip Fitzsimons2-Jun-04 3:25 
GeneralProblem with mailto link Pin
Alvaro Mendez1-Jun-04 9:10
Alvaro Mendez1-Jun-04 9:10 
GeneralXMLNode datagrid Pin
dotnet_cpp31-May-04 20:20
dotnet_cpp31-May-04 20:20 
GeneralXML Schema(s): Help Needed Pin
mlauzon2728-May-04 10:18
mlauzon2728-May-04 10:18 
GeneralRe: XML Schema(s): Help Needed Pin
JussiL2-Jun-04 8:34
JussiL2-Jun-04 8:34 
GeneralRe: XML Schema(s): Help Needed Pin
mlauzon272-Jun-04 8:47
mlauzon272-Jun-04 8:47 
GeneralRe: XML Schema(s): Help Needed Pin
JussiL2-Jun-04 23:55
JussiL2-Jun-04 23:55 

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.