WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="webcodes" type="webcodes_def"/> <xs:complexType name="webcodes_def"> <xs:sequence> <xs:element name="mayor_version" minOccurs="1" maxOccurs="1" default="1" type="xs:int"/> <xs:element name="minor_version" minOccurs="1" maxOccurs="1" default="0" type="xs:int"/> <xs:element name="bugfix" minOccurs="1" maxOccurs="1" default="1" type="xs:int"/> <xs:element name="date" minOccurs="1" maxOccurs="1" type="xs:date"/> <xs:element name="author" minOccurs="1" maxOccurs="1" type="xs:string"/> <xs:element name="title" minOccurs="1" maxOccurs="1" type="xs:string"/> <xs:element name="project" minOccurs="1" maxOccurs="1" type="xs:string"/> <xs:element name="comment" minOccurs="0" maxOccurs="unbounded" type="xs:string"/> <xs:element name="webcodeset" minOccurs="1" maxOccurs="unbounded" type="webcodeset_def" /> </xs:sequence> </xs:complexType> <xs:complexType name="webcodeset_def"> <xs:sequence> <xs:element name="code" minOccurs="1" maxOccurs="1" type="xs:string"/> <xs:element name="name" minOccurs="1" maxOccurs="1" type="xs:string"/> <xs:element name="description" minOccurs="1" maxOccurs="1" type="xs:string"/> <xs:element name="url" minOccurs="1" maxOccurs="1" type="xs:string"/> <xs:element name="comment" minOccurs="0" maxOccurs="unbounded" type="xs:string"/> </xs:sequence> </xs:complexType></xs:schema>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="webcodes.xsl"?><webcodes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/Users/work/Desktop/webcodesearch1%20Folder/webcodes.xsd"> <mayor_version>0</mayor_version> <minor_version>1</minor_version> <bugfix>0</bugfix> <date>2008-08-21</date> <author>Dietrich Roland Pehlke</author> <title>WebCodes Testdatei</title> <project>Webcodes inside WebsiteBaker</project> <webcodeset> <code>WC003</code> <name>Testlink</name> <description>Das ist nur ein Testlink: öäüß</description> <url>http://www.drp-x-work.de/zufallslabor/index.html</url> <comment>Das ist nur ein Test</comment> </webcodeset></webcodes>
...WebCode könnte man dann die PAGE_ID von WB nehmen...
...In der XML-Datei utf statt iso eintragen...
eigentlich nix mit WebsiteBaker zu tun hat
fühl Dich also frei, das Skript Deinem Gusto gemäß anzupassen.
Webcodes (alias PAGE_ID)
Da hast DU natürlich recht: Wenn mehrere Artikel auf einer Seite stehen wird es kompliziert, die Webcode-Generierung zu automatisieren.