|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
||||
|
||||
|
Illegal element name warning
Hi all,
I have something like: Code:
<xsl:element name="{name($panels_a[$cur_pos])}">
<xsl:attribute name="Title">
<xsl:value-of select="$panels_a[$cur_pos]/@Title"/>
</xsl:attribute>
</xsl:element>
When I try to transform it with XALAN I get the following warning: Code:
XSLT warning: Illegal element name, source tree node: Panel I wonder because there is no reserved character or something in the string "Panel". Any ideas? Thanks in advanced |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Illegal element name warning |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|