28. Januar 2009 11:51
28. Januar 2009 13:46
<Data>
<xsl:choose>
<xsl:when test="string(number(translate(@value,',.','11')))!='NaN'">
<xsl:choose>
<xsl:when test="contains(@value,'..')">
<xsl:attribute name="ss:Type">String</xsl:attribute>
<xsl:value-of select="@value"/>
</xsl:when>
...
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="ss:Type">String</xsl:attribute>
<xsl:value-of select="@value"/>
</xsl:otherwise>
</xsl:choose>
</Data>
<xsl:when test="string(number(translate(@value,'.','11')))!='NaN'">
<xsl:attribute name="ss:Type">String</xsl:attribute>
<xsl:value-of select="@value"/>
</xsl:when>
28. Januar 2009 21:34
DataXML.save('<Pfad>\<Dateiname>');
29. Januar 2009 09:22
29. Januar 2009 10:46
29. Januar 2009 11:45
29. Januar 2009 11:54
23. Juli 2009 11:56
23. Juli 2009 12:00
23. Juli 2009 12:03
23. Juli 2009 12:08
27. Juli 2009 13:07
28. Januar 2010 12:19
MarcB hat geschrieben:Hi Fiddi,
ich habe heute das Update von unserem NSC bekommen und jetzt funktioniert das ;)
Vielen Dank nochmal!
Grüße
Marc
28. Januar 2010 12:25