This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Xinclude prob



Hi!

I trying to use xinclude to merge another xml file with another one. 
I receiving this kind of message from the Xalan:

XSLT warning: Could not resolve prefix xi:include
(/var/www/xslt/BackToNormal.xsl, line 27, column 33)    

The src code of xsl file:

<date><xsl:text>Date: </xsl:text>
    <xi:include href="date.xml" parse="xml"/>
</Date>

This is what the result xml file looks like:
<Information xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:xinclude="http://www.w3.org/1999/XML/xinclude";
xmlns:xi="http://www.w3.org/2001/XInclude";>
<Border>
<LocateDate>
<TopicBorder>Location and Date</TopicBorder>
<Location>Location: </Location>
<Date>Date:
<xi:include href="date.xml" parse="xml"/>
</Date>

So the problem is that the file is not shown or "written" open 
to be visual. Hope ya understand what I meen =)
Please give me a helping hand.....

*******************************************************************
Jarkko Moilanen         You are wise, witty, and wonderful,
Research/ ITCM          but you spend too much time
jarkko.moilanen@uta.fi  reading this sort of trash.
www.uta.fi/~jm60697
GSM: +358 50 3766 927
*******************************************************************

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]