Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - accessing xs:appinfo while transforming a Schema (xsd) >Thread Next - Re: accessing xs:appinfo while transforming a Schema (xsd) Re: accessing xs:appinfo while transforming a Schema (xsd)To: NULL Date: 11/5/2005 12:56:00 PM
gilly3 wrote:
> I'm transforming a schema file (xsd) and would like to get at the data
> contained in an xs:appinfo element. If I do this:
>
> <xsl:value-of select="xs:annotation/xs:appinfo/myData"/>
>
> I get nothing.
But your stylesheet does not do what you want, you have
> <td>xs:annotation/xs:appinfo/myData:</td>
> <td><xsl:value-of select="xs:appinfo/myData"/></td>
where you want/need
<td>xs:annotation/xs:appinfo/myData:</td>
<td><xsl:value-of select="xs:annotation/xs:appinfo/myData"/></td>
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
