Hi All

 

Iam using

myXML.documentElement.transformNode(myXSL.documentElement);
now i want to get a value of a node <A>test</A> say test in a _javascript_ variable.

 

How to do it.

 

Thanks in advance

>From: "Aleksandr Shneyderman" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: DTD Parser
>Date: Fri, 31 Aug 2001 10:45:38 -0400
>
>Hello, all!
>
>I am not usre if this makes much sence to anyone, but
>I was wondering if there is any DTD Parser out there?
>
>What I mean is that I have a dtd file and I need to
>get its representation as a java object tree. So I can
>easily answer questions like what kind of attributes
>might my element have and what would be the default values
>for them. What kind of elements a given element might be
>consistent of? I want to do it programmatically not
>by just reading my DTD or trying to parse my XML and see
>if it is valid or not. In other words I want to write
>a tool that will help me construct my XML file based on
>my DTD in a way that my XML will be always valid.
>
>Is there any parser/metadata generator out there that
>I might use for this?
>
>Thanks,
>Alex.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


Get your FREE download of MSN Explorer at http://explorer.msn.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to