[
Lists Home |
Date Index |
Thread Index
]
BTW, when I try and get at the elements of the cXML
node by calling getElementsByTagName("cXML") it tells
me there is no element named "cXML".
--- asd asd <j2eeconsulting@yahoo.com> wrote:
> Hi, I have a document that looks like this:
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <!DOCTYPE cXML (View Source for full doctype...)>
> - <cXML payloadID="456778-199@cxml.workchairs.com"
> xml:lang="en-US"
> timestamp="1999-03-12T18:39:09-08:00"
> version="1.2.006">
> - <Response>
> <Status code="200" text="OK" />
> - <PunchOutSetupResponse>
> - <StartPage>
>
>
<URL>http://premier.workchairs.com/store?23423SDFSDF23</URL>
>
> </StartPage>
> </PunchOutSetupResponse>
> </Response>
> </cXML>
>
> I want to get the attributes from the cXML node, but
> when I try and do that, it tells me the attribute
> list is null. How do I get at the attributes of the
> Document node? I'm trying to overwrite that
> timestamp... thanks!
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
>
>
-----------------------------------------------------------------
> 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://lists.xml.org/ob/adm.pl>
>
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
|