Anders,

What is the use of push & pop tags that isn't served by the focus tag?  I would like 
to see less tags if possible, and I can't see how pop and push add anything?

I like the new tags however - great work!

Scott


"boxed" <[EMAIL PROTECTED]> wrote ..
> Attached to this email I have the code for the following tags: ContextTag,
> FocusTag, PopTag, PushTag and PrintTag. These do what PropertyTag does
> today
> and more:
> 
> <ww:context id="foo" value="bar"/> pulls "bar" from the valuestack and
> puts
> it into the page context as "foo".
> 
> <ww:focus value="foo"></ww:focus> moves the focus to "foo" within the body
> of the tag (push at start of tag, and pop at end of tag).
> 
> <ww:push value="foo"/> pushes foo to the top of the valuestack.
> 
> <ww:pop/> pops the top value off the valuestack
> 
> <ww:print value="foo"/> fetches "foo" and prints it.
> 
> You will note that the code is way cleaner, that the resulting tags are
> more
> flexible and most importantly, the entire documentation for them is pretty
> much what I wrote above. This last point is the most important since the
> full page and confusing document on property tag that we have today is
> no
> user friendly.
> 
> // Anders Hovmöller

Reply via email to