Home
TeamSite
xslt help
yanSi
I have a workflow which calls a java program which goes through a directory of dcrs and generates a xml file using a xsl stylesheet.
Everything works except the xsl is pulling some extra text that I don't want and I don't know how to get rid of it.
<testimonial>
<author>Bob</author>
<location>Ottawa</location>
<pageHeading>Bob in Ottawa</pageHeading>
<quote>Work is fun</quote>About CFPSA5/9/2005CFCF\tsi
<link>test.asp</link>TestimonialsenglishCFCF\tsi5/9/2005_selftrue
</testimonial>
The above is what I'm getting from applying the xsl to each dcr but what I want is:
<testimonial>
<author>Bob</author>
<location>Ottawa</location>
<pageHeading>Bob in Ottawa</pageHeading>
<quote>Work is fun</quote>
<link>test.asp</link>
</testimonial>
The extra text is from other parts of the original dcr but I'm not extracting them using the xsl and I can't figure out how to get rid of it.
The xsl is attached
TS 6.5
Windows 2000 Server
Find more posts tagged with
Comments
yanSi
let's try attaching again
TS 6.5
Windows 2000 Server
LooseCannon
we can better help, if you attach a dcr
yanSi
Thanks for your willingness to help.
I posted my question on a xslt forum and it's been solved thanks to Michael Kay.
If you're interested check out:
http://p2p.wrox.com/forum.asp?FORUM_ID=79
TS 6.5
Windows 2000 Server