Document: Site tree
URL:
https://lenya.zones.apache.org/cms/docu/live/docu12x/components/publication/sitetree.html
Changed by user: Andreas Hartmann (andreas)
----
Removed: /comment()[1]
Copyright 1999-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
----
Removed: /comment()[2]
$Id: siteTree.xml 55543 2004-10-26 00:14:59Z gregor $
----
Removed: /document/body/section[3]/source[1]/text()
<?xml version="1.0"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://apache.org/cocoon/lenya/sitetree/1.0"
xmlns="http://apache.org/cocoon/lenya/sitetree/1.0"
elementFormDefault="qualified">
<xs:element name="site">
<xs:complexType>
<xs:sequence>
<xs:element ref="node"
minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="node">
<xs:complexType>
<xs:sequence>
<xs:element ref="node"
minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="href" type="xs:string"/>
<xs:attribute name="label" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:schema>
----
Added: /document/body/section[3]/source[1]/text()
<?xml version="1.0"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://apache.org/cocoon/lenya/sitetree/1.0"
xmlns="http://apache.org/cocoon/lenya/sitetree/1.0"
elementFormDefault="qualified"> <xs:element name="site">
<xs:complexType> <xs:sequence> <xs:element ref="node"
minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType>
</xs:element> <xs:element name="node"> <xs:complexType>
<xs:sequence> <xs:element ref="node" minOccurs="0"
maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="href"
type="xs:string"/> <xs:attribute name="label" type="xs:string"/>
</xs:complexType> </xs:element> </xs:schema>
----
Removed: /document/body/section[3]/source[2]/text()
<site
xmlns="http://apache.org/cocoon/lenya/sitetree/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://apache.org/cocoon/lenya/sitetree/1.0
../../../../resources/entities/sitetree.xsd">
<node href="index.html" label="Home"/>
<node href="demo/" label="Demo">
<node href="unipublic.html" label="Unipublic"/>
<node href="news.html" label="Wyona News and Comments"/>
<node href="oscom.html" label="OSCOM"/>
</node>
<node href="download/" label="Download">
<node href="source.html" label="Source Version"/>
<node href="binary.html" label="Binary Version"/>
</node>
<node href="documentation/" label="Documentation"/>
</site>
----
Added: /document/body/section[3]/source[2]/text()
<site xmlns="http://apache.org/cocoon/lenya/sitetree/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=
"http://apache.org/cocoon/lenya/sitetree/1.0
../../../../resources/entities/sitetree.xsd"> <node href="index.html"
label="Home"/> <node href="demo/" label="Demo"> <node
href="unipublic.html" label="Unipublic"/> <node href="news.html"
label="Wyona News and Comments"/> <node href="oscom.html" label="OSCOM"/>
</node> <node href="download/" label="Download"> <node href="source.html"
label="Source Version"/> <node href="binary.html" label="Binary Version"/>
</node> <node href="documentation/" label="Documentation"/></site>
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]