Re: [xsl] Test for mixed content

Subject: Re: [xsl] Test for mixed content
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 12 Sep 2007 12:12:43 +0100
> What is the best way to test if an element contains mixed content.

if mixed content means having element nodes and text nodes then

test="text() and *"

(you might also want to consider use of comments or Proceessing
instructiosn as implying mixed content, in which case change *
accordingly, although dtd and schema only really consider element and
text nodes, so "mixed content" normally means text() and * I think.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread