- moving AVMRemoteInputStream from jndi-client project to repo project

- extracting utility methods from sample website into generalized extension functions that can be used from xsl, freemarker (i hope), and jsp.  they all use AVMRemote to access data and each context has it's own adapter.
- implemented callout functions from xsl.  able to load multiple documents and traverse them.
- removed QNames from TemplatingService and added them to WCMModel.  this will break edit on any existing assets - you'll have to create new ones that have the right properties.  still not happy with model since besides not having child associations in place, i don't have a way of differentiating between the generated xmls and the other generated assets.  major bug.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4138 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ariel Backenroth
2006-10-18 06:20:50 +00:00
parent 111296d4dc
commit 4505261195
3 changed files with 138 additions and 4 deletions

View File

@@ -94,7 +94,7 @@
<!-- An XML to something else transformer. -->
<aspect name="wcm:templateoutputmethod">
<title>XML Transformer</title>
<title>Template Output Method</title>
<properties>
<property name="wcm:templateoutputmethodtype">
<title>Type</title>
@@ -102,7 +102,7 @@
<mandatory>true</mandatory>
</property>
<property name="wcm:templateoutputmethodderivedfileextension">
<title>Type</title>
<title>File extension for generated assets</title>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
@@ -113,7 +113,21 @@
</property>
</properties>
</aspect>
</aspects>
<aspect name="wcm:templatederived">
<title>XML file generated by a template</title>
<properties>
<property name="wcm:templatederivedfrom">
<title>Template that generated this asset</title>
<type>d:noderef</type>
<mandatory>true</mandatory>
</property>
<property name="wcm:templatederivedfromname">
<title>Template that generated this asset</title>
<type>d:noderef</type>
<mandatory>true</mandatory>
</property>
</properties>
</aspect>
</aspects>
</model>