[
Lists Home |
Date Index |
Thread Index
]
One or both definitions of product can be defined locally rather than
globally like a DTD would do. In schemas with this technique you can reuse
element names in different locations and each can have different content
definitions.
..dan
---------------------------------------------------------------------------
Danny Vint
Specializing in Panoramic Images of California and the West
http://www.dvint.com
Voice:510:522-4703
FAX: 801-749-3229
On Wed, 26 Jul 2006, David Lyon wrote:
> On Tue, 2006-07-25 at 22:25 -0400, Alex Stankovic wrote:
>> Hello everybody,
>>
>> I have to process a XML document that's looks like this (I don't have
>> a choice in the layout since I'm receiving the document from a third
>> party):
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <root>
>> <product>
>> <name>Product name</name>
>> <url>
>> <product>http://product.url.com</product>
>> <image>http://product.image.com</image>
>> </url>
>
> Hi Alex,
>
> If you ever figure it out, and are able to make the solution public,
> then I'd be interested if you could send it over to me.
>
> I collect stuff like that :-)
>
> any scraps greatly appreciated....
>
> David
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
|