Subject: Possible to use attribute value in pattern ??
From: Lionel Villard <Lionel.Villard@xxxxxxxxxxxx>
Date: Thu, 15 Jul 1999 13:38:25 +0200
|
I want to select an element from the value of an attribute. For
instance, consider this small smil document :
<smil>
<head>
... <region id ="toto" left="10" right="40"/>
</head>
<body>
... <img id="MyImg" region="toto">
</body>
</smil>
The result i want is like this :
... <Picture Name="MyImg" Left="10" Right="40"/>
Any ideas ??
Thanks.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|