xsl-list
[Top] [All Lists]

Re: XML to HTML

2005-09-19 22:43:00





Hi,


<xsl:template match="node()[starts-with(name(.), 'topic')]">

<h2>
<xsl:value-of select=".//src"/>
</h2>

</template>



Hope this helps.

cheers,
prakash



                                                                                
                                                
                      "Shailesh                                                 
                                                
                      Shinde"                  To:      
<xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>                              
         
                      <shailesh(_at_)quagni         cc:      (bcc: 
omprakash.v/Polaris)                                              
                      to.com>                  Subject: [xsl]  XML to HTML      
                                                
                                                                                
                                                
                      09/20/2005 10:53                                          
                                                
                      AM                                                        
                                                
                      Please respond                                            
                                                
                      to xsl-list                                               
                                                
                                                                                
                                                
                                                                                
                                                




Hi All,

I have to transformation xml to html.

Sample xml:

<?xml version="1.0"?>
<topic1>
             <Title complexity="basic">
                         <Test1>
                                     <test2 id="0000002">

<date>yyyy_mm_dd_hh_mm</c_date>
                                                 <usr>USER</c_usr>
                                                 <status
repetitions="yes|no"
repaired="yes|no" spellcheck="yes|no" grammar="yes|no" term_check="yes|no"
validation_check="yes|no">Complete|Pending</status>
                                                 <xtm match="95"
id="x00000001"/>
                                                 <src>Topic Group
Title</src>
                                                 <tgt> </tgt>
                                     </test2>
                         </test1>
             </Title>
</topic1>
<topic2>
             <Title complexity="basic">
                         <Test1>
                                     <test2 id="0000002">

<date>yyyy_mm_dd_hh_mm</c_date>
                                                 <usr>USER</c_usr>
                                                 <status
repetitions="yes|no"
repaired="yes|no" spellcheck="yes|no" grammar="yes|no" term_check="yes|no"
validation_check="yes|no">Complete|Pending</status>
                                                 <xtm match="95"
id="x00000001"/>
                                                 <src>Topic Group
Title1</src>
                                                 <tgt> </tgt>
                                     </test2>
                         </test1>
             </Title>
</topic2>

Now, In html output I have to show only src value within h2 tag.
There are many instances of topic tags, from each group i need src to be
diaplayed.

Output:

<h2> Topic Group Title</h2>
<h2> Topic Group Title1</h2>

Thanks,
Shailesh



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





This e-Mail may contain proprietary and confidential information and is sent 
for the intended recipient(s) only. 
If by an addressing or transmission error this mail has been misdirected to 
you, you are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its 
attachment other than by its intended recipient/s is strictly prohibited.

Visit Us at http://www.polaris.co.in

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>