transform element contents
i'm stuck at my xslt-stylesheet, trying to get and partly change the contents of an element - it looks like this:
<ATTRIBUTE>ITEM: "Winword"param:"C:\\Documents and Settings\\clemens\\Desktop\\Clemens XML"</ATTRIBUTE>
all i want is to draw the part after C: and before the final ", and change the dobbelslashes to single ones.
is there any combined functions that could make that possible ?
|