losthopes27
New Member
I have an xml as follows:\[code\]<bug> <reporter name="Jane Doe">[email protected]</reporter> <assigned_to name="John Doe">[email protected]</assigned_to> <who name="john Doe">[email protected]</who></bug>\[/code\]I would like to output jane.doe, john.doe by removing '@example.com' off the string. I am new to xsl and am limited to xsl 1.0. Is this possible?