Re: [xsl] xslt 2 when test multiple conditions

Subject: Re: [xsl] xslt 2 when test multiple conditions
From: "LEGAULT, PHILLIP plegault@xxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Aug 2023 14:41:02 -0000
Simple as I can get it
<?xml version="1.0" encoding="UTF-8"?>
<records>
    <Case_Responses>
        <records>
            <QuestionnaireQuestion>
                <DSMapping>Indication</DSMapping_GCC__c>
                <Questionnaire>
                    <QuestionnaireIdentifier>Safety_MedicalAE
Questionnaire</QuestionnaireIdentifier>
                </Questionnaire_GCC__r>
            </QuestionnaireQuestion>
            <Response>rash</Response>
        </records>
        <records>
            <QuestionnaireQuestion>
                <DSMapping>Indication</DSMapping>
                <Questionnaire>
                    <QuestionnaireIdentifier>Safety_Medical_FULL
Questionnaire</QuestionnaireIdentifier>
                </Questionnaire>
            </QuestionnaireQuestion>
            <Response>cough</Response>
        </records>
    </Case_Responses>
</records>

expected output:  rash


From: Chris Papademetrious chrispitude@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Saturday, August 19, 2023 9:36 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [EXTERNAL] Re: [xsl] xslt 2 when test multiple conditions

Hi Phil,

What is the simplest input XML and expected output XML that describes your
question, without using domain-specific elements (or at least not long
complicated ones)?

 - Chris


EasyUnsubscribe<http://lists.mulberrytech.com/unsub/xsl-list/3514465> (by
email<>)

Current Thread