10-22-2009 10:20 AM
<p>Thank you for creating an account. Take a tour of the account features that may make your shopping experience more enjoyable.</p>
<dl>
<dt>Order History</dt>
<dd>
<p>Review previous orders, reorder items that you have purchased previously, and review the status of your orders.</p>
<p><a href="OrderHistoryView">Start Now</a></p>
</dd>
<dt>Wishlist</dt>
<dd>
<p>Create a wishlist of items that you wish to purchase.</p>
<p><a href="InterestItemDispay">Start Now</a></p>
</dd>
<dt>Address Book</dt>
<dd>
<p>Provide your address information now to speed up your checkout process.</p>
<p><a href="AddressBookView">Start Now</a></p>
</dd>
<dt>Billing Information</dt>
<dd>
<p>Store your credit card information in our secure system to make purchasing products a breeze.</p>
<p><a href="#">Start Now</a></p>
</dd>
<dt>Account Information</dt>
<dd>
<p>Update your email address and account password</p>
<p><a href="EditAccountInformationView">Start Now</a></p>
</dd>
</dl>
XSLT Snippet:<xsl:value-of disable-output-escaping="yes" select="." />
Output XML Doc Snippet:<body><p> <p>Thank you for creating an account. Take a tour of the account features that may make your shopping experience more enjoyable.</p><br /> <dl><br /> <dt>Order History</dt><br /> <dd><br /> <p>Review previous orders, reorder items that you have purchased previously, and review the status of your orders.</p><br /> <p><a href="OrderHistoryView">Start Now</a></p><br /> </dd><br /> <br /> <dt>Wishlist</dt><br /> <dd><br /> <p>Create a wishlist of items that you wish to purchase.</p><br /> <p><a href="InterestItemDispay">Start Now</a></p><br /> </dd></p> <p> <dt>Address Book</dt><br /> <dd><br /> <p>Provide your address information now to speed up your checkout process.</p><br /> <p><a href="AddressBookView">Start Now</a></p><br /> </dd></p> <p> <dt>Billing Information</dt><br /> <dd><br /> <p>Store your credit card information in our secure system to make purchasing products a breeze.</p><br /> <p><a href="#">Start Now</a></p><br /> </dd></p> <p> <dt>Account Information</dt><br /> <dd><br /> <p>Update your email address and account password</p><br /> <p><a href="EditAccountInformationView">Start Now</a></p><br /> </dd><br /> </dl></p></body>
11-03-2009 02:45 PM
<xsl:element name="dummy-element">
<xsl:value-of disable-output-escaping="yes" select="." />
</xsl:element>
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" media-type="text/html" cdata-section-elements="dummy-element"/>
11-04-2009 01:40 AM
11-09-2009 12:18 PM
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.