cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT files

Former Member
0 Kudos

hi,

WHICH tags are used to access other XSLT files in a XSLT program

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Complete documntation

http://www.w3.org/TR/xslt

Some blogs

/people/prasadbabu.nemalikanti3/blog/2006/03/30/xpath-functions-in-xslt-mapping

/people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

Regards,

Prateek

Answers (1)

Answers (1)

Former Member
0 Kudos

if your question is how to call/import/include other XSLT files in an existing XSLT, you can use <xsl:include> and <xsl:import> tags. Please refer to the the following website for examples.

http://www.w3schools.com/xsl/default.asp

It is a very useful site and it provides the basic understanding.

Reward if helpful.

Sarath