jford 2004/04/08 15:16:26
Added: tutorial/xdocs/10 xslttransform.xml index.xml
xsltregistryconfig.xml xsltdeploy.xml
Log:
Converted Chapter 10 of the tutorial to xdoc format
Revision Changes Path
1.1 jakarta-jetspeed/tutorial/xdocs/10/xslttransform.xml
Index: xslttransform.xml
===================================================================
<?xml version="1.0"?>
<!--
Copyright 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.
-->
<document>
<properties>
<author email="[EMAIL PROTECTED]">David Sean Taylor</author>
<title>XSLT Transform</title>
</properties>
<body>
<section name="XSLT Transform">
<p>The XSLT Transofrm ...</p>
</section>
</body>
</document>
1.1 jakarta-jetspeed/tutorial/xdocs/10/index.xml
Index: index.xml
===================================================================
<?xml version="1.0"?>
<!--
Copyright 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.
-->
<document>
<properties>
<author email="[EMAIL PROTECTED]">David Sean Taylor</author>
<title>XSLT Portlet</title>
</properties>
<body>
<section name="XSLT Portlet">
<p>
Tutorial 10 introduces the XSLT Portlet. This section covers:
</p>
<p>
<ul>
<li>1. Configuration in the Registry</li>
<li>2. The Transform</li>
<li>3. Deploy</li>
</ul>
</p>
<p>
Let's get started. From the JPortal distribution root directory, type:
</p>
<p>
<source>
ant tutorial-10
</source>
</p>
<p>
Recommend bringing up these files in your editor:
</p>
<p>
<ul>
<li>1. webapp/WEB-INF/conf/t7-portlets.xreg</li>
<li>2. webapp/WEB-INF/psml/user/anon/html/default.psml</li>
<li>3. webapp/WEB-INF/psml/user/turbine/html/default.psml</li>
</ul>
</p>
<p>
since we will reference them in tutorial 10
</p>
</section>
</body>
</document>
1.1 jakarta-jetspeed/tutorial/xdocs/10/xsltregistryconfig.xml
Index: xsltregistryconfig.xml
===================================================================
<?xml version="1.0"?>
<!--
Copyright 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.
-->
<document>
<properties>
<author email="[EMAIL PROTECTED]">David Sean Taylor</author>
<title>XSLT Registry Configuration</title>
</properties>
<body>
<section name="XSLT Registry Configuration">
<p>The XSLT Registry Configuration ...</p>
</section>
</body>
</document>
1.1 jakarta-jetspeed/tutorial/xdocs/10/xsltdeploy.xml
Index: xsltdeploy.xml
===================================================================
<?xml version="1.0"?>
<!--
Copyright 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.
-->
<document>
<properties>
<author email="[EMAIL PROTECTED]">David Sean Taylor</author>
<title>XSLT Deploy</title>
</properties>
<body>
<section name="XSLT Deploy">
<p>XSLT Deploy...</p>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]