01-28-2008 04:27 AM
01-29-2008 09:29 AM
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:trn="http://www.alfresco.org"
targetNamespace="http://www.alfresco.org"
elementFormDefault="qualified">
<xs:element name="generic_article">
<xs:complexType>
<xs:sequence>
<xs:element name="title" type="xs:normalizedString"/>
<xs:element name="summary" type="xs:string">
<!– Make textarea just a plain text container with annotation –>
<xs:annotation>
<xs:appinfo>
<alf:appearance>minimal</alf:appearance>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="body" type="xs:string">
<!– Make textarea include expanding list of RTF options, with expanding size and table controls –>
<xs:annotation>
<xs:appinfo>
<alf:appearance>custom</alf:appearance>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<widget xforms-type="xf:textarea"
appearance="custom"
javascript-class-name="alfresco.xforms.RichTextEditor">
<param name="theme_advanced_buttons1">bold,italic,underline,strikethrough,separator,fontselect,fontsizeselect</param>
<param name="theme_advanced_buttons2">link,unlink,image,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,undo,redo,separator,forecolor,backcolor</param>
<param name="height">600</param>
<param name="mode">exact</param>
<param name="force_p_newlines">true</param>
<param name="apply_source_formatting">true</param>
<param name="plugins">table</param>
<param name="theme_advanced_buttons3">tablecontrols</param>
</widget>
<#ftl ns_prefixes={"D", "http://www.alfresco.org"}>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:xalan="http://xml.apache.org/xalan"
xmlns:fn="http://www.w3.org/2005/02/xpath-functions"
xmlns:trn="http://www.alfresco.org"
xmlns:alf="http://www.alfresco.org">
<head>
<title>${generic_article.title}</title>
01-31-2008 08:11 AM
02-04-2008 10:37 AM
02-05-2008 01:16 AM
02-25-2008 10:17 AM
02-26-2008 08:41 AM
02-26-2008 10:25 AM
<xsl:for-each select="/pr:press-release/pr:laptopinfo" >
<xsl:variable name="count" select="position()" />
<DIV id=<xsl:value-of select="count"/> style="visibility:hidden">
<xsl:if test="position()=1"><xsl:value-of select="normalize-space(/pr:press_release/pr:laptopinfo/pr:CompanyName)"/></xsl:if>
<B><xsl:text>Company Name :</xsl:text></B>
<xsl:value-of select="normalize-space(pr:CompanyName)" disable-output-escaping="yes"/><br/>
<B><xsl:text>Processor :</xsl:text></B>
<xsl:value-of select="normalize-space(pr:Processor)" disable-output-escaping="yes"/><br/>
<B><xsl:text>Ram :</xsl:text></B>
<xsl:value-of select="normalize-space(pr:Ram)" disable-output-escaping="yes"/><br/>
<B><xsl:text>Screen Size :</xsl:text></B>
<xsl:value-of select="normalize-space(pr:ScreenSize)" disable-output-escaping="yes"/><br/>
<B><xsl:text>HardDisk :</xsl:text></B>
<xsl:value-of select="normalize-space(pr:HardDisk)" disable-output-escaping="yes"/><br/>
<B><xsl:text>DVD Writer(Yes/No) :</xsl:text></B>
<xsl:value-of select="normalize-space(pr:DVDWriter)" disable-output-escaping="yes"/><br/>
<B><xsl:text>Extra Features :</xsl:text></B>
<xsl:value-of select="normalize-space(pr:ExtraFeatures)" disable-output-escaping="yes"/><br/><br/>
</DIV>
</xsl:for-each>
<input type="button" onclick="selectPreviousDiv()" value="Previous" />
<input type="button" onclick="selectNextDiv()" value="Next" />
02-27-2008 09:49 AM
02-28-2008 06:08 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.