To continue that request:

Also - this module (and Language::XSP) shows me many warnings when I tried to catch 
simple tag <xxx:aaa /> without content. (when use warnings and use strict was used in 
my module)


Alex.



On Tue, 28 Jan 2003 15:06:46 +0100
Kjetil Kjernsmo <[EMAIL PROTECTED]> wrote:

> Hi!
> 
> While trying to read up on how whitespace is handled, I tried
> to access
> http://axkit.org/wiki/view/AxKit/Apache::AxKit::Language::XSP::SimpleTaglib
> but it currently gives me a 500 error... 
> 
> But then, I might as well ask... :-) 
> 
> I have noted that constructs such as 
> <user:get-passwd>
>         <user:username>kjetil</user:username>
> </user:get-passwd>
> work OK, but
> <user:get-passwd>
>   <user:username>
>       kjetil
>   </user:username>
> </user:get-passwd>
> tend to give unexpected results, probably due to the extra
> whitespace. Is it my responsibility to remove whitespace in
> the taglibs I write if it is in the way? 
> 
> I seem to recall that the XML spec has a couple of things
> about whitespace, yup,
> http://www.w3.org/TR/REC-xml#sec-white-space
> Perhaps this could be made use of? 
> 
> Best,
> 
> Kjetil
> -- 
> Kjetil Kjernsmo
> Astrophysicist/IT
> Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
> [EMAIL PROTECTED]  [EMAIL PROTECTED] 
> [EMAIL PROTECTED] Homepage:
> http://www.kjetil.kjernsmo.net/
> 
> 
> ------------------------------------------------------------
> --------- 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