से रूट तत्व को कैसे निकालें प्रिय मित्र शुभ दोपहर। मेरी समस्या यह हो सकती है कि यह बहुत ही बुनियादी है यानी हम xslt का उपयोग कर xml फ़ाइल से मूल तत्व को कैसे हटा सकते हैं। नीचे दिया गया एक्सएमएल फ़ाइल उदाहरण।xml फ़ाइल
<Result>
<Jobs id="1">
<Job ID="000000" PositionID="0000">
<Title>Development Manager - Investment Banking - Equities Business</Title>
<Summary><![CDATA[An experienced Development Manager with previous experience leading a small to mid-size team of developers in a Java/J2EE environment. A hands on role, you will be expected to manage and mentor a team of developers working on a mix of greenfield and maintenance projects.   My client, a well known investment bank, requires an experienced Development Manager to join their core technology team. This t]]></Summary>
<DateActive Date="2009-10-06T19:36:43-05:00">10/6/2009</DateActive>
<DateExpires Date="2009-11-05T20:11:34-05:00">11/5/2009</DateExpires>
<DateUpdated Date="2009-10-06 20:12:00">10/6/2009</DateUpdated>
<CompanyName>ABC Technology</CompanyName>
</Job>
</Jobs>
</Result>
तो, मैं xml फ़ाइल में
<Jobs>
<Job ID="000000" PositionID="0000">
<Title>Development Manager - Investment Banking - Equities Business</Title>
<Summary><![CDATA[An experienced Development Manager with previous experience leading a small to mid-size team of developers in a Java/J2EE environment. A hands on role, you will be expected to manage and mentor a team of developers working on a mix of greenfield and maintenance projects.   My client, a well known investment bank, requires an experienced Development Manager to join their core technology team. This t]]></Summary>
<DateActive Date="2009-10-06T19:36:43-05:00">10/6/2009</DateActive>
<DateExpires Date="2009-11-05T20:11:34-05:00">11/5/2009</DateExpires>
<DateUpdated Date="2009-10-06 20:12:00">10/6/2009</DateUpdated>
<CompanyName>ABC Technology</CompanyName>
</Job>
</Jobs>
तो नीचे के रूप में उत्पादन, कोई और अधिक
<Result></Result>
टैग चाहते हैं। Pls। मदद। अग्रिम में धन्यवाद।
आप अपने प्रश्न तो हम देख सकते हैं कि यह क्या आपके पूछ रहे है फ़ॉर्मेट कर सकते हैं की आवश्यकता होगी? ऐसा लगता है कि आपको < – Rippo