xsl-list
[Top] [All Lists]

Using values to built names

2005-09-20 06:13:17
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, más seguridad 
http://correo.yahoo.es

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>