Click here to Skip to main content
15,868,000 members
Home / Discussions / XML / XSL
   

XML / XSL

 
PinnedHOW TO ANSWER A QUESTION PinPopular
Chris Maunder16-Jul-09 3:10
cofounderChris Maunder16-Jul-09 3:10 
PinnedHow to get an answer to your question PinPopular
Chris Maunder16-Jul-09 3:06
cofounderChris Maunder16-Jul-09 3:06 
QuestionHow to create XSD classes for Jackson. Pin
Syed Mubashshir Hasan17-Oct-22 0:05
Syed Mubashshir Hasan17-Oct-22 0:05 
QuestionGrouping XML key value using XSLT - Need help Pin
Manju Kaushik22-Jun-22 0:25
Manju Kaushik22-Jun-22 0:25 
QuestionNeed help with XML/XSL Pin
Duke Jason2-Dec-21 18:42
Duke Jason2-Dec-21 18:42 
AnswerRe: Need help with XML/XSL Pin
thatraja12-Jan-22 5:24
professionalthatraja12-Jan-22 5:24 
QuestionHow to suppress empty tag using xsl Pin
cartriders16-Dec-20 12:47
cartriders16-Dec-20 12:47 
AnswerRe: How to suppress empty tag using xsl Pin
thatraja5-Jan-21 3:32
professionalthatraja5-Jan-21 3:32 
QuestionHow to add Key and MergeField dynamically into WordProcessing OpenXML document C# program Pin
Ganapatisb10-Sep-20 22:24
Ganapatisb10-Sep-20 22:24 
QuestionComparing two elements in XSLT Pin
Member 148262328-May-20 9:34
Member 148262328-May-20 9:34 
I have two elements in a XSLT

"/glcim:lcim/glcim:applicant-details/glcim:applicant-reference"

and

"/glcim:lcim/glcim:applicant-details/glcim:applicant-reference_new"

I want to compare the value of these two elements and if they differ in value
i want to populate the value of  glcim:applicant-reference_new into ApplicationId field

can i get an XSLT code for it please

Right now I have

<xsl:text>	"RefId":"</xsl:text>
            	 <xsl:value-of select="/glcim:lcim/glcim:applicant-details/glcim:applicant-reference"/>
                <xsl:text>",</xsl:text>

which populates the RefId with the value of /glcim:lcim/glcim:applicant-details/glcim:applicant-reference

But I would like to populate RefId with "/glcim:lcim/glcim:applicant-details/glcim:applicant-reference_new"
only if the values of glcim:applicant-reference_new differ from glcim:applicant-reference else Skip populating the Refid


ANy XSLT code would be greatly appreciated

AnswerRe: Comparing two elements in XSLT Pin
Richard Deeming10-May-20 21:58
mveRichard Deeming10-May-20 21:58 
QuestionI don't see WebBrowser?? (webbrowser error) (wpf) Pin
Member 1477397215-Mar-20 21:58
Member 1477397215-Mar-20 21:58 
AnswerRe: I don't see WebBrowser?? (webbrowser error) (wpf) Pin
Richard MacCutchan15-Mar-20 22:56
mveRichard MacCutchan15-Mar-20 22:56 
QuestionSchematron errors with XML Spy update Pin
Member 1459998621-Sep-19 16:33
Member 1459998621-Sep-19 16:33 
AnswerRe: Schematron errors with XML Spy update Pin
Richard Deeming22-Oct-19 0:49
mveRichard Deeming22-Oct-19 0:49 
QuestionXML file read images and display them at random Pin
eatupyourgreens12-Sep-19 9:33
eatupyourgreens12-Sep-19 9:33 
AnswerRe: XML file read images and display them at random Pin
Richard MacCutchan12-Sep-19 11:20
mveRichard MacCutchan12-Sep-19 11:20 
GeneralRe: XML file read images and display them at random Pin
eatupyourgreens12-Sep-19 11:27
eatupyourgreens12-Sep-19 11:27 
GeneralRe: XML file read images and display them at random Pin
Richard MacCutchan12-Sep-19 11:33
mveRichard MacCutchan12-Sep-19 11:33 
QuestionQuery XML API and display results Pin
hm928-Aug-19 4:37
hm928-Aug-19 4:37 
AnswerRe: Query XML API and display results Pin
Richard MacCutchan28-Aug-19 5:57
mveRichard MacCutchan28-Aug-19 5:57 
QuestionDate conversion failure in xsl file (Chinese characters showing in date field) Pin
AkashBabu25-Feb-19 2:34
AkashBabu25-Feb-19 2:34 
AnswerRe: Date conversion failure in xsl file (Chinese characters showing in date field) Pin
Richard Deeming25-Feb-19 8:51
mveRichard Deeming25-Feb-19 8:51 
QuestionDeserializing of List Array appends instead of overwrite Pin
Wild Thing13-Jul-18 0:53
Wild Thing13-Jul-18 0:53 
QuestionHow do I change this code to store new values to data list Pin
DropItSweet9-Jun-18 23:26
DropItSweet9-Jun-18 23:26 

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.