|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Use of data() function
Andrew Welch wrote:
Hi
> If the schema is modified to give person mixed content:
> <xs:complexType name="person" mixed="true">
> and then you re-run the transform after making just that one
> small change
Well, I wouldn't say that changing a complex type from element-only
to mixed content is a "small change." That means for instance that
from validating elements that look like:
<person>
<first>John</first>
<last>Doe</last>
</person>
you allow now the following:
<person>Hi, my first name is <first>John</first>,
and my last name is <last>Doe</last>. How are
you today?</person>
Not quite the same beast...
I think that is clear that it could be legitimate to ask for the
textual value of the last example, while the first example should not
be view without its structure (but of course you can explicitly ask for
using text()).
Regards,
--drkm
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






