Benutzen der 'Axis' in XSL?

hi,

warum funktioniert der folgende ausdruck

nicht im InternetExplorer???

Er meckert immer über den ‚:‘
Expected token ‚eof‘ found ‚:‘. child–>:

Hi,

laut http://www.nwalsh.com/docs/tutorials/xsl/xsl/frames…
ist der node-name mittels name() z ermitteln. Die ::
habe ich persönlich noch nie gesehen.

MfG Diez

[Bei dieser Antwort wurde das Vollzitat nachträglich automatisiert entfernt]

Hi,

Die :: habe ich persönlich noch nie gesehen.

Das ist quasi die ausgeschriebene Variante:


A node test * is true for any node of the principal
node type. For example, child::* will select all element
children of the context node, and attribute::* will
select all attributes of the context node.

und noch ein Zitat:


For example, a location path para[@type=„warning“] is short
for child::stuck_out_tongue:ara[attribute::type=„warning“] and so selects
para children with a type attribute with
value equal to warning.

Und hier der Link :wink:
http://www.w3.org/TR/xpath#location-paths

Warum das der IE nicht checkt weiss ich allerdings auch nicht, sorry!

lg regenfeld