Subject: [xsl] Re: XPATH From: davec@xxxxxxxxxxxxxxxxxxxxxxx (Dave Cramer) Date: Tue, 18 Nov 2003 12:38:13 -0500 |
On 17 Nov 2003 at 18:02, poppe chris wrote:
Hello, I'm facing the following problem, it deals with xpath but I really hope I can solve it withouth xslt (so maybe this isnt the right place to post it)
I have the following code <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>
and I want to add the following:
<xsd:simpleType name="Sub">
<xsd:restriction base="bs1:byteRange">
<xsd:annotation>
<xsd:appinfo>
<bs2:length value="SomeXPathExpressionToSUBSTREAM_length"/> </xsd:appinfo>
</xsd:annotation>
</xsd:restriction>
</xsd:simpleType>
so i need help with that XPATH expression, cause i think its similar to the xpath in xsl no?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] Re: XPATH, yguaba | Thread | Re: [xsl] Re: XPATH, poppe chris |
RE: [xsl] Joining sibling tags, Michael Kay | Date | Re: [xsl] Introducing a comma., M. David Peterson |
Month |