Click here to Skip to main content
15,890,438 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: xsl:if and xsl:apply-template Pin
Stephane Rodriguez.20-Jan-03 9:01
Stephane Rodriguez.20-Jan-03 9:01 
GeneralRe: xsl:if and xsl:apply-template Pin
Christian Graus20-Jan-03 11:42
protectorChristian Graus20-Jan-03 11:42 
Questionwhat is wrong with it Pin
karanba16-Jan-03 11:10
karanba16-Jan-03 11:10 
AnswerRe: what is wrong with it Pin
Christian Graus19-Jan-03 11:07
protectorChristian Graus19-Jan-03 11:07 
GeneralRe: what is wrong with it Pin
karanba19-Jan-03 20:40
karanba19-Jan-03 20:40 
GeneralRe: what is wrong with it Pin
Christian Graus19-Jan-03 22:42
protectorChristian Graus19-Jan-03 22:42 
GeneralXSL help !! Pin
$iva15-Jan-03 23:07
$iva15-Jan-03 23:07 
GeneralRe: XSL help !! Pin
Wictor Wilén22-Jan-03 21:44
Wictor Wilén22-Jan-03 21:44 
Heya,

either change the XSL to:
...
<xsl:template match="gen:StandardRegisterPatientResponseBody">
<gen:StandardRegisterPatientResponseBody>
<gen:PatientDetails>
<gen:PatientId>
<gen:IdValue>
<xsl:value-of select="gen:PatientDetails/gen:PatientId/gen:IdValue"/>
</gen:IdValue>
<gen:IdScheme>
<xsl:value-of select="gen:PatientDetails/gen:PatientId/gen:IdScheme"/>
</gen:IdScheme>
</gen:PatientId>
</gen:PatientDetails>
</gen:StandardRegisterPatientResponseBody>
...

or, since you seems to make a copy of the stuff use the xsl:copy-of element.

Cheers
/WW
GeneralXML and my data Pin
Lim Wei-Hui15-Jan-03 21:28
Lim Wei-Hui15-Jan-03 21:28 
GeneralRe: XML and my data Pin
SimonS16-Jan-03 21:39
SimonS16-Jan-03 21:39 
GeneralRe: XML and my data Pin
Lim Wei-Hui19-Jan-03 13:48
Lim Wei-Hui19-Jan-03 13:48 
Generalquestion about libxml Pin
storein15-Jan-03 20:09
storein15-Jan-03 20:09 
GeneralRe: question about libxml Pin
Stephane Rodriguez.16-Jan-03 2:12
Stephane Rodriguez.16-Jan-03 2:12 
GeneralRe: question about libxml Pin
storein16-Jan-03 13:48
storein16-Jan-03 13:48 
GeneralRe: question about libxml Pin
Stephane Rodriguez.16-Jan-03 18:47
Stephane Rodriguez.16-Jan-03 18:47 
GeneralRe: question about libxml Pin
storein16-Jan-03 19:40
storein16-Jan-03 19:40 
GeneralRe: question about libxml Pin
Stephane Rodriguez.16-Jan-03 21:10
Stephane Rodriguez.16-Jan-03 21:10 
GeneralRe: question about libxml Pin
storein16-Jan-03 22:39
storein16-Jan-03 22:39 
GeneralRe: question about libxml Pin
Michael A. Barnhart17-Jan-03 0:49
Michael A. Barnhart17-Jan-03 0:49 
GeneralRe: question about libxml Pin
storein17-Jan-03 15:43
storein17-Jan-03 15:43 
GeneralRe: question about libxml Pin
Michael A. Barnhart17-Jan-03 17:34
Michael A. Barnhart17-Jan-03 17:34 
GeneralRe: question about libxml Pin
storein19-Jan-03 14:49
storein19-Jan-03 14:49 
Generalreading attributes Pin
karanba15-Jan-03 4:01
karanba15-Jan-03 4:01 
GeneralRe: reading attributes Pin
Stephane Rodriguez.15-Jan-03 6:41
Stephane Rodriguez.15-Jan-03 6:41 
Generalattribute vs. node Pin
Marc Clifton14-Jan-03 1:19
mvaMarc Clifton14-Jan-03 1:19 

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.