|
[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Combining elements in XDR
- From: "Abbey, Ting (Budget Office)" <TAbbey@i...>
- To: xml-dev@l...
- Date: Thu, 10 May 2007 14:49:16 -0500
Hi All,
I have the following xml data and would like to combine the
element <order> into a single line and treat it as an element in the
<customer>.
How do I go about
doing that in xdr? Or even if it is possible?
<root>
<customer>
<id>123</id>
<name>smith</name>
<order partID=”j004” />
<order partID=”j024” />
</customer>
</root>
TO SOMETHING LIKE THESE…..
<root>
<customer>
<id>123</id>
<name>smith</name>
<partID>”j004 j024” <partID/>
</customer>
</root>
I try the following in my xdr schema and it gives me error:
“missing element definition 'partID’”
<ElementType
name="Customer"
sql:relation="Customer">
<element
type="id"
sql:field="CustID" />
<element
type="name"
sql:field="CustName" />
<element
type="partID"
sql:field="PartID" />
</ElementType>
Thanks,
TA
|
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
|
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
| RSS 2.0 |
 |
| Atom 0.3 |
 |
| |
Stylus Studio has published XML-DEV in RSS and ATOM formats,
enabling users to easily subcribe to the list from their preferred news reader application.
|
Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website.
they were not included by the author in the initial post. To view the content without the Sponsor Links please
click here.
|
|