XSLT Stylesheet

Alles, was den Apache betrifft, kann hier besprochen werden.

XSLT Stylesheet

Postby doronei » 29. June 2010 08:57

I amvery newto XSLT.
I am tryingto create an XSLT stylsheet that will enable me to transfer the following xml:

<root>
<src v="Refresh">
<trn v="אRefreshת" l="he"/>
<trn v="末Refresh权" l="ja"/>
</src>
<src v="Save">
<trn v="אSaveת" l="he"/>
<trn v="末Save权" l="ja"/>
</src>
</root>


to this xml:

<stringlist>
<region xml:lang="en">
<string id="2000">Cannot open file!</string>
<string id="3000">Do you want to close the application?</string>
</region>
<region xml:lang="de">
<string id="2000">Datei kann nicht geöffnet werden!</string>
<string id="3000">Wollen Sie diese Anwendung schliessen?</string>
</region>
</stringlist>


so far with no success

can anyone Please help me with that ?
doronei
 
Posts: 1
Joined: 29. June 2010 08:46

Return to Apache

Who is online

Users browsing this forum: No registered users and 37 guests