[Home] [By Thread] [By Date] [Recent Entries]
At 2008-08-18 13:43 -0700, chun ji wrote:
Here you are iterating over a set of strings returned from tokenize(). <xsl:apply-templates />
!0XTTE0510: Cannot apply-templates to child nodes when the context item is an atomic value!1. Which is why you get the error. If you wanted to push the node children of Obj then put Obj into a variable and use: <xsl:apply-templates select="$Obj/node()"/> I hope this helps. . . . . . . . . . . . . . Ken -- Upcoming XSLT/XSL-FO hands-on courses: Wellington, NZ 2009-01 Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ Male Cancer Awareness Nov'07 http://www.CraneSoftwrights.com/s/bc Legal business disclaimers: http://www.CraneSoftwrights.com/legal
|

Cart



