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]

Re: One XSL combining to different XMLs


Thanks a lot you've been very helpful IT WORKS.

    The probelm was a missing parameter in the URI where It was yielding a
null in the xml and couldn't retrieve any of the XML data. So Jeni you where
right after all.

<xsl:variable name="tot"
select="document('../AccountPG/LstXMLAccountPG.jsp?gprd_Id=<%out.print(gprd_Id);%>&amp;Soci_Id=<%out.print(Soci_Id);%>&amp;Year=<%out.print(Year);%>')"/>

Again thanks a lot.



 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]