Hi all.
I would like to read into a xsl:variable or xsl:value-of element  directly
from attribute file.

For example,
xsl:value-of select="value-from-attribute-file"

Here, I don't want something like select="/myRoot/mynode", rather I would
like to read this value from the attribute file, much like in fo:block
xsl:use-attribute-sets="myAttrSetName".

Although we can do this like in xsl:value-of select="/myRoot/mynode", it is
sometimes very useful to have such values from attribute file, which means
we would have added flexibility.

Any ideas please? Thanks in advance!

-- 
View this message in context: 
http://old.nabble.com/Reading-into-xsl%3Avalue-of-directly-from-attributes-file-tp26473598p26473598.html
Sent from the FOP - Users mailing list archive at Nabble.com.

Reply via email to