Click here to Skip to main content
15,908,175 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: table joins--how to??? Pin
Philip Fitzsimons31-Oct-02 3:04
Philip Fitzsimons31-Oct-02 3:04 
GeneralRe: table joins--how to??? Pin
Marc Clifton31-Oct-02 3:22
mvaMarc Clifton31-Oct-02 3:22 
Questionhow to convert xsl:fo or xml document to pdf using c sharp Pin
Asim N.28-Oct-02 1:25
Asim N.28-Oct-02 1:25 
AnswerRe: how to convert xsl:fo or xml document to pdf using c sharp Pin
Paul Watson28-Oct-02 2:01
sitebuilderPaul Watson28-Oct-02 2:01 
GeneralRe: how to convert xsl:fo or xml document to pdf using c sharp Pin
Philip Fitzsimons28-Oct-02 2:57
Philip Fitzsimons28-Oct-02 2:57 
AnswerRe: how to convert xsl:fo or xml document to pdf using c sharp Pin
Philip Fitzsimons28-Oct-02 2:58
Philip Fitzsimons28-Oct-02 2:58 
GeneralXML+XSL Hyperlinks Pin
Dominik Reichl26-Oct-02 4:23
Dominik Reichl26-Oct-02 4:23 
GeneralRe: XML+XSL Hyperlinks Pin
Christian Graus27-Oct-02 15:20
protectorChristian Graus27-Oct-02 15:20 
you need to use xsl:attribute to create the href= part of the anchor tag. Something like:

<a>
<xsl:attribute name="href">
<xsl:value-of select="href"/>
</xsl:attribute>
</a>

That's off the top of my head, but it's basically correct.


Christian

<i>No offense, but I don't really want to encourage the creation of another VB developer.</i> - <b>Larry Antram 22 Oct 2002</b>

<i>Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that...</i> - <b>Shog9 04-09-2002</b>

<i>During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. </i> - <B>Alex E. - 12-Sept-2002</B>

GeneralRe: XML+XSL Hyperlinks Pin
Philip Fitzsimons27-Oct-02 23:24
Philip Fitzsimons27-Oct-02 23:24 
GeneralRe: XML+XSL Hyperlinks Pin
Christian Graus27-Oct-02 23:47
protectorChristian Graus27-Oct-02 23:47 
GeneralRe: XML+XSL Hyperlinks Pin
Philip Fitzsimons28-Oct-02 0:06
Philip Fitzsimons28-Oct-02 0:06 
GeneralRe: XML+XSL Hyperlinks Pin
Christian Graus28-Oct-02 0:21
protectorChristian Graus28-Oct-02 0:21 
GeneralRe: XML+XSL Hyperlinks Pin
Paul Watson28-Oct-02 2:03
sitebuilderPaul Watson28-Oct-02 2:03 
GeneralRe: XML+XSL Hyperlinks Pin
Philip Fitzsimons28-Oct-02 2:54
Philip Fitzsimons28-Oct-02 2:54 
GeneralXML Schema:constraint attribute integer Pin
hui_km25-Oct-02 0:27
hui_km25-Oct-02 0:27 
GeneralRe: XML Schema:constraint attribute integer Pin
Hans Ruck25-Oct-02 2:15
Hans Ruck25-Oct-02 2:15 
GeneralRe: XML Schema:constraint attribute integer Pin
huikm25-Oct-02 2:50
huikm25-Oct-02 2:50 
Questionhow to open a document in xml/xsl??? Pin
Asim N.24-Oct-02 2:33
Asim N.24-Oct-02 2:33 
AnswerRe: how to open a document in xml/xsl??? Pin
Philip Fitzsimons25-Oct-02 2:09
Philip Fitzsimons25-Oct-02 2:09 
GeneralWhich my choice? DOM or SAX Pin
Clark John23-Oct-02 20:13
Clark John23-Oct-02 20:13 
GeneralRe: Which my choice? DOM or SAX Pin
Paul Watson23-Oct-02 21:46
sitebuilderPaul Watson23-Oct-02 21:46 
GeneralRe: Which my choice? DOM or SAX Pin
Clark John23-Oct-02 22:44
Clark John23-Oct-02 22:44 
GeneralRe: Which my choice? DOM or SAX Pin
Paul Watson24-Oct-02 1:52
sitebuilderPaul Watson24-Oct-02 1:52 
GeneralRe: Which my choice? DOM or SAX Pin
Clark John24-Oct-02 20:44
Clark John24-Oct-02 20:44 
GeneralRe: Which my choice? DOM or SAX Pin
Chris Austin25-Oct-02 5:38
Chris Austin25-Oct-02 5:38 

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.