Hello
I would like to split the following code:
<code>
<topic>
<text value="My Topic" />
<ap:Task DurationUnit="urn:mindjet:Hour" TaskPercentage="50" TaskPriority="urn:mindjet:Prio1" Dirty="0000000000000001" DurationHours="3" StartDate="2009-09-15T11:00:49" DeadlineDate="2009-10-13T11:00:49"...
Hello
I would like to make the following transformation using xslt:
Source:
<code>
<ap:Topic DOId="DptmmZv5qkeUEAjLtRkqVA==">
<ap:Text PlainText="Texte du topic">
<ap:Font Bold="yes"/>
</ap:Text>
</ap:Topic>
Result:
<code>
<node ID="DptmmZv5qkeUEAjLtRkqVA" TEXT="Texte du topic">
<font...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.