--- Scott Schram <[EMAIL PROTECTED]> wrote:
> At 08:04 AM 10/14/2002, you wrote:
> >One more thing to mention.
> >
> >I am working on creating "wizard2vxml.xsl" and
> >"xmlform2vxml.xsl" for VoiceXML 2.0 for XMLForm.
> >
> >Is it Necessary to have "/" in the field name (html
> >input variable name) like : <select name="/city">
> >this?
> >
> >Would this be fine?
> >
> ><select name="city">
> >
> >I am using bean not dom for XMLForm
> 
> This would probably work ok, because the name is
> used as an XPath 
> expression (implemented by JXPath), and in this
> case, "/city" and "city" 
> point to the same node.
> 
> Try it, and let us know if it works or not.
> 
> Scott
> 

You are right it works!

> 
> 
> ------------------------
> http://schram.net
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to