Click here to Skip to main content
15,790,267 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionHow do I change this code to store new values to data list Pin
DropItSweet10-Jun-18 0:26
DropItSweet10-Jun-18 0:26 
QuestionXML validation with libxml2 and msxml Pin
sandre14-May-18 22:49
sandre14-May-18 22:49 
AnswerRe: XML validation with libxml2 and msxml Pin
Jochen Arndt15-May-18 1:53
professionalJochen Arndt15-May-18 1:53 
QuestionXmlElements won't write on a new line. Pin
Stephen Holdorf23-Oct-17 8:56
Stephen Holdorf23-Oct-17 8:56 
AnswerRe: XmlElements won't write on a new line. Pin
Maciej Los10-Feb-18 3:08
mveMaciej Los10-Feb-18 3:08 
QuestionNeed help with API Values in XElement Pin
Bootzilla3322-Sep-17 4:56
Bootzilla3322-Sep-17 4:56 
AnswerRe: Need help with API Values in XElement Pin
George Jonsson23-Sep-17 3:15
professionalGeorge Jonsson23-Sep-17 3:15 
QuestionXSL to get only elements which have no childs Pin
MrKBA19-Sep-17 1:26
MrKBA19-Sep-17 1:26 
Hi,
I make my question after some research in web without any clear response to my problem.

I have the following XML and I need to apply an XSL transformation to get only nodes which haven't child.

Input :
<Root_Element Att_Name="XXX">
  <right Id="100">
    <right Id="110" />
    <right Id="111">
      <right Id="112" />
      <right Id="113">
        <right Id="114" />
        <right Id="115" />
      </right>
      <right Id="116" />
    </right>
    <right Id="117">
      <right Id="118" />
      <right Id="119">
        <right Id="120" />
        <right Id="121" />
      </right>
    </right>
  </right>
</Root_Element>

Expected output :
<Root_Element Att_Name="XXX">
    <right Id="110" />
    <right Id="112" />
    <right Id="114" />
    <right Id="115" />
    <right Id="116" />
    <right Id="118" />
    <right Id="120" />
    <right Id="121" />
</Root_Element>

AnswerRe: XSL to get only elements which have no childs Pin
Richard Deeming19-Sep-17 3:15
mveRichard Deeming19-Sep-17 3:15 
GeneralRe: XSL to get only elements which have no childs Pin
MrKBA19-Sep-17 4:02
MrKBA19-Sep-17 4:02 
Questionshare me best practices to enhance xslt related functionality in production Pin
Member 1178590912-Jul-17 2:50
Member 1178590912-Jul-17 2:50 
AnswerRe: share me best practices to enhance xslt related functionality in production Pin
Richard MacCutchan12-Jul-17 4:58
mveRichard MacCutchan12-Jul-17 4:58 
GeneralRe: share me best practices to enhance xslt related functionality in production Pin
jschell1-Sep-17 13:24
jschell1-Sep-17 13:24 
GeneralRe: share me best practices to enhance xslt related functionality in production Pin
Richard MacCutchan1-Sep-17 22:42
mveRichard MacCutchan1-Sep-17 22:42 
QuestionTransform XML Pin
TML6-Jul-17 10:15
TML6-Jul-17 10:15 
AnswerRe: Transform XML Pin
Richard Deeming6-Jul-17 11:40
mveRichard Deeming6-Jul-17 11:40 
AnswerRe: Transform XML Pin
TML6-Jul-17 11:50
TML6-Jul-17 11:50 
Questionsaving a file to the internet. Pin
felixjrz198531-May-17 22:54
felixjrz198531-May-17 22:54 
SuggestionRe: saving a file to the internet. Pin
Richard MacCutchan31-May-17 23:32
mveRichard MacCutchan31-May-17 23:32 
GeneralRe: saving a file to the internet. Pin
felixjrz19851-Jun-17 1:43
felixjrz19851-Jun-17 1:43 
GeneralRe: saving a file to the internet. Pin
Richard MacCutchan1-Jun-17 2:03
mveRichard MacCutchan1-Jun-17 2:03 
GeneralRe: saving a file to the internet. Pin
Gerry Schmitz1-Jun-17 4:20
mveGerry Schmitz1-Jun-17 4:20 
AnswerRe: saving a file to the internet. Pin
Terry Perez11-Sep-17 4:41
Terry Perez11-Sep-17 4:41 
QuestionXSLT passing a variable to starts-with Pin
bjmallon13-Feb-17 15:03
bjmallon13-Feb-17 15:03 
AnswerRe: XSLT passing a variable to starts-with Pin
Richard Deeming14-Feb-17 3:32
mveRichard Deeming14-Feb-17 3:32 

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.