XSLT – sort
<xsl:sort> tag specifies a sort criteria on the nodes. Declaration Following is the syntax declaration of <xsl:sort> element. <xsl:sort select = string-expression lang = { nmtoken } data-type = { "text" |…
<xsl:sort> tag specifies a sort criteria on the nodes. Declaration Following is the syntax declaration of <xsl:sort> element. <xsl:sort select = string-expression lang = { nmtoken } data-type = { "text" |…
Consider a situation shown in image − As clearly seen here, Bob is tendering a $10 bill to Lisa in exchange of a book. Once the Lisa receives this physical…
Spellchecking is often an important part of making the document look professional and error-free. Just like your regular word processor, InDesign also has integrated spellchecking capabilities with a few tricks up…
A blockchain is a growing list of records, called blocks, which are linked using cryptography. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data.…
InDesign has a nifty feature that allows you to edit text without any distractions or the need to zoom in and zoom out of text frames. This feature is called…
InDesign makes it easy to work with text. Like with every object in InDesign, text is composed in frames called text frames. Creating Text Frames You can use the Type tool to create…
In InDesign, it is possible to segregate the document into sections to specify different types of page numbers for different types of content. For example, if you’re creating a book,…
Page management is important if you are dealing with a document having multiple pages. InDesign provides a lot of easy ways to insert, remove, or duplicate pages. Most of these functions…
<xsl:for-each> tag applies a template repeatedly for each node. Declaration Following is the syntax declaration of <xsl:for-each> element <xsl:for-each select = Expression > </xsl:for-each> Attributes Sr.NoName & Description1SelectXPath Expression to be evaluated…
<xsl:value-of> tag puts the value of the selected node as per XPath expression, as text. Declaration Following is the syntax declaration of <xsl:value-of> element. <xsl:value-of select = Expression disable-output-escaping = "yes" |…