[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: xslt
- From: Dylan Walsh <Dylan.Walsh@Kadius.Com>
- To: Alexey Skoblikov <leshakk@pochtamt.ru>, xml-dev@lists.xml.org
- Date: Thu, 12 Jul 2001 14:09:01 +0100
> I need to make something with one xml file if there is smth in
another
> one. Is it possible with XSLT and how?
Yes.
You need to be more specific though. :-)
If file B is a different representation of some or all the information
in file A, then apply a transformation to file A to generate the file B.
If, on the other hand, you want to generate something from file A, but
incorporating or dependend on information in file B, you can write a
transformation that you apply to file A, and that transformation opens
file B using the document() function.