On 25 Aug 2005, at 14:41, Chuck Phillips wrote:

Does TaglibHelper have the ability to return XML elements that have attributes?

No it doesn't.

What I would like to do is create a taglib that returns XML much like this:

<someElement someAttribute="value">
  blah blah
</someElement>

Is there any way of doing this using TaglibHelper without resorting to
enabling as_xml and forming the XML myself?

Without using as_xml, you'll have to use an extra XSLT phase to convert a child tag into an attribute.

Matt.


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

Reply via email to