xsl-list
[Top] [All Lists]

How can I placed end tags?

2005-08-11 23:28:59
Hi All,

Can anyone help me to transform this XML,

<text:p>
<text:user-field-get
text:name="ce:author">au</text:user-field-get>
<text:span>
<text:user-field-get
text:name="ce:given-name">fnm</text:user-field-get>
</text:span>
<text:span>Jun</text:span>
<text:span>
<text:user-field-get
text:name="ce:surname">snm</text:user-field-get>
</text:span>
<text:span>Wang
</text:span>
<text:span>
<text:user-field-get
text:name="ce:e-address">ead</text:user-field-get>
</text:span>
<text:span>jwang(_at_)ustc(_dot_)edu</text:span>
<text:span>
<text:user-field-get
text:name="/ce:e-address">/ead</text:user-field-get>
</text:span>
<text:user-field-get
text:name="/ce:author">/au</text:user-field-get>
</text:p>

to

<ce:author>
<ce:given-name>Jun</ce:given-name>
<ce:surname>Wang</ce:surname>
<ce:e-address>jwang(_at_)ustc(_dot_)edu</ce:e-address>
</ce:author>

is it possible?

well as you can see, I used the attribute of
<text:user-field-get text:name="____"> as the name of
my tags. In my XSLT, I cannot get the data e.g., 

<ce:author>
<ce:given-name>
<ce:surname>
<ce:e-address></ce:e-address>

and since I cannot get the data, I cannot also
generate the end tags.

Please help.

regards.

aaron




                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

--~------------------------------------------------------------------
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>