User Profile

Collapse

Profile Sidebar

Collapse
mskichu
mskichu
Last Activity: Jun 13 '09, 10:29 AM
Joined: Oct 3 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mskichu
    replied to Copy XML and Change Element Value using XSLT
    in XML
    Thank you very much for point it out !! Yes I'm missing the @ attribute template. I have corrected it. like this.



    Code:
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    	<xsl:template match="*">
    		<xsl:copy>
    			<xsl:apply-templates select="@*|*|text()"/>
    ...
    See more | Go to post

    Leave a comment:


  • mskichu
    started a topic Copy XML and Change Element Value using XSLT
    in XML

    Copy XML and Change Element Value using XSLT

    hi,

    I have a xml in which I want to replace the element(s) value with XSLT

    Xml message

    Code:
    [INDENT]<Message>
    <case>
    <party1>
    <!--  there are other elements -->
    <notes id="1">abcd</notes>
    <notes id="2">abcd</notes>
    <notes id="3">abcd</notes>
       -----
    
    <notes id=n>some[/]
    ...
    See more | Go to post
    Last edited by mskichu; Oct 3 '08, 12:51 PM. Reason: correction to my XSL
No activity results to display
Show More
Working...