Chris, what happens if you have a "/" will it still work?

On Mon, 2004-09-20 at 18:55, Johnson, Chris wrote:
> It should be a whitespace, try it. (in an app, not from a browser)
> 
> -----Original Message-----
> From: Pedro Salgado [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 20, 2004 12:53 PM
> To: Tag Libraries Users List
> Subject: Re: standard-1.1.1 expression language not working
> 
> 
> 
>    What I meant was before "web-app_2_4.xsd" on xsi: schemaLocation
> there is a "white space character". shouldn't it be a "/"?
> 
>   If you use a browser and put
> 
>   http://java.sun.com/xml/ns/j2ee%20web-app_2_4.xsd -> http 404
>   http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd -> downloads the xsd
> file
> 
>   I also found this "white space character" on all tag-1.1.1.tld files.
> 
> ---
> 
> <web-app></web-app> fortunately I already knew that :)
> 
> Pedro Salgado
> 
> On 20/9/04 6:37 pm, "Mark Page" <[EMAIL PROTECTED]> wrote:
> 
> > i.e. after all my <servlet...>, <taglib> etc. tags.
> > 
> > On Mon, 2004-09-20 at 18:31, Mark Page wrote:
> >> I stick </web-app> at the end.
> >> 
> >> On Mon, 2004-09-20 at 18:26, Pedro Salgado wrote:
> >>>   Maybe this is a silly question but isnt 
> >>> http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd lacking a final / 
> >>> before web-app_2_4.xsd?
> >>> 
> >>> Pedro Salgado
> >>> 
> >>> On 20/9/04 6:15 pm, "Karl Coleman" 
> >>> <[EMAIL PROTECTED]>
> >>> wrote:
> >>> 
> >>>> Is this not well-documented? This seems to get asked quite a bit.
> >>>> 
> >>>> Karl
> >>>> 
> >>>> 
> >>>> <yawn>
> >>>> 
> >>>> web.xml should begin...
> >>>> 
> >>>> <web-app
> >>>> xmlns="http://java.sun.com/xml/ns/j2ee";
> >>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> >>>> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> >>>> web-app_2_4.xsd"
> >>>> version="2.4">
> >>>> 
> >>>> </yawn>
> >>>> 
> >>>> On Mon, 2004-09-20 at 18:07, Pedro Salgado wrote:
> >>> 
> >>> 
> >>> --------------------------------------------------------------------
> >>> -
> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>> For additional commands, e-mail:
> [EMAIL PROTECTED]
> >>> 
> >>> 
> >> 
> >> 
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >> 
> >> 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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

Reply via email to