Subject: Using values to built names
From: Julio Garvía <jgarviahonrado@xxxxxxxx>
Date: Tue, 20 Sep 2005 15:13:17 +0200 (CEST)
|
Hi,
I am little bit new in XSL and I would like to use an
XML value to build some XML tags, for example:
<?xml version="1.0"?>
<MyXmlDocument>
<Field ID="1">MyField</Field>
<MyField_Path>Some_data</MyField_Path>
<MyField ID="1">Some_data</MyField>
<MyField ID="2">Some_data</MyField>
</MyXmlDocument>
Pay attention on how 'MyField' value is used to build
the rest of the XML tags (MyField_Path and MyField).
Then my question is, how could I specify this in an
XML Schema?
Thanks a lot for all your support.
______________________________________________
Renovamos el Correo Yahoo!
Nuevos servicios, mas seguridad
http://correo.yahoo.es
|