[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

adding an attribute to an element?

  • From: Craig Miller <craigm@r...>
  • To: XML <xml-dev@l...>
  • Date: Mon, 25 Sep 2000 16:32:01 -0700

msxml3 add attribute
I'm currently using the MSXML3.DLL to do processing on an xml file that I
have to create to send back to a client application.  The following is my
dtd and xml file:

dtd:

<!ELEMENT mine (list+)>
	<!ELEMENT list (#PCDATA)>

xml:

<?xml version="1.0">
<!DOCTYPE mine SYSTEM "my.dtd">
<mine>
	<list number="1">Hello</list>
	<list number="2">Goodbye</list>
	..
	..
	..
</mine>

Now, in my application COM/ATL object I have created the DOM and all that
stuff.  I would like to add the lists to the new document that I created
using appendNode or some other mechanism.  I can't seem to get this to work.
If I add just a plain element of <list> then it works fine but if I try to
add an attribute it blows up.

If this is not the appropriate place to ask this question I apologize in
advance.

Thanks for any help you can provide,

Craig


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
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.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.