[untitled]
2 ポイント投稿者 reacweb0 コメント
https://github.com/jichu4n/pilot-link/blob/master/doc/README.usb
https://web.archive.org/web/20160226115446/http://www.pilot-link.org/
apt-get install pilot-link
export PILOTPORT=/dev/ttyUSB0
pilot-xfer --sync=/root/.pilot
pilot-xfer -i /home/jef/Documents/Jef/old/pilotgone.prc
pilot-dlpsh -p /dev/ttyUSB0 -i
Does anyone knows how to get back pilot-link package ? -<xsl:if test="string(serverName)=$sName">
+<xsl:if test="string(serverName)=string($sName)">
-<xsl:for-each select="attributeList/attribute[self::attribute!='']">
+<xsl:for-each select="attributeList/attribute[text()!='']">
-<xsl:if test="preceding-sibling::Connection[featureType='Receptacle'][position() = 1]/@Name!=@Name or not(preceding-sibling::Connection[featureType='Receptacle'][position() = 1]/node()) ">
+<xsl:if test="preceding-sibling::Connection[position() = 1]/@Name!=@Name or position()=1">
These incompatibility issues with something I considered to be standard greatly damaged my opinion on xslt.