Subject: image placing question
From: Roelof Wobben <rwobben@xxxxxxxxxxx>
Date: Sun, 18 Dec 2011 19:42:19 +0000
|
Hello,
I have a xml file with a image and the image path in it.
I know I can do <img src .... />
But now I have two different types of pages.
The first page in html :
<img .... >
<p> some text <p>
And the other page :
<p>some text
<img ..... <img> some text
some text </p>
Is there a way I can in one xslt script place both images on thier place?
Or do I need tow different xslt scripts ?
Roelof
|