Remark : 변수 선언하고 값 지정
1 2 3 4 5 6 7 8 |
<xsl:variable name="BookingCount"> <xsl:value-of select='@BookingCount'/> </xsl:variable> ==> var BookingCount = @BookingCount; |
1 2 3 4 5 6 7 8 |
<xsl:variable name="BookingCount"> <xsl:value-of select='@BookingCount'/> </xsl:variable> ==> var BookingCount = @BookingCount; |
Copyright © 2024 | WordPress Theme by MH Themes