[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: RE: XPATH
From: cknell@xxxxxxxxxx
Date: Mon, 17 Nov 2003 14:44:17 -0500
So, are you saying that you want to transform this,:
<xsd:element name="SUBSTREAM">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="SUBSTREAM_length" type="xsd:short"/>
          <xsd:element name="SUBSTREAM_interior" type="mctf:Sub"/>
       </xsd:sequence>
    </xsd:complexType>
</xsd:element>

into this?:
<xsd:simpleType name="Sub">
 <xsd:restriction base="bs1:byteRange">
    <xsd:annotation>
      <xsd:appinfo>
         <bs2:length alue="SUBSTREAM_length"/>
      </xsd:appinfo>
    </xsd:annotation>
  </xsd:restriction>
</xsd:simpleType>

If so, and if not via XSLT, by what mechanism?

--
Charles Knell
cknell@xxxxxxxxxx - email


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread
  • XPATH
    • poppe chris - Mon, 17 Nov 2003 12:03:14 -0500 (EST)
      • <Possible follow-ups>
      • poppe chris - Mon, 17 Nov 2003 14:28:22 -0500 (EST)
      • cknell - Mon, 17 Nov 2003 14:44:23 -0500 (EST) <=
      • poppe chris - Mon, 17 Nov 2003 17:41:38 -0500 (EST)
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member