Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~108 People Reached
Favorite Forums
Favorite Tags
xml x 1
Member Avatar for neodagzph

Lets say i wanted to add a node [B]copyVar[/B] on the desired output then get the value of [B]ID[/B] from the target XML how can i do that in XSLT? Thanks for the help target XML: [CODE]<?xml version="1.0" encoding="UTF-8" standalone="no"?> <customer_account_create> <Customer> <Name>Bam</Name> <ID>1</ID> <Lastname>Test01</Lastname> <addr>Alabang</addr> </Customer> </customer_account_create>[/CODE] desired output …

Member Avatar for xml_looser
0
108