home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / Professional Programmer XSL IDE / Xselerator25.msi / Data.Cab / F26494_Test.xml < prev    next >
Encoding:
Extensible Markup Language  |  2001-09-28  |  364 b   |  14 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <root>
  3.   <A id="1">
  4.     <B>this text must not appear in the output!</B>
  5.   </A>
  6.   <A id="2">
  7.     <B>this element (and its parent A) SHOULD appear in the output</B>
  8.   </A>
  9.   <A id="3">
  10.     <B>this text must not appear in the output!</B>
  11.   </A>
  12.   <A id="4">this text must not appear in the output!</A>
  13. </root>
  14.