Click here to Skip to main content
15,889,604 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hai friends , I don't know how to check PCDATA available or not between two xml node in xsl fo conversion using xslt

here I paste sample code for your reference


XML
<item manual-label="3.45">
  <para identifier="VPDJTO903903221">
   <list identifier="TKABFM284589889" list-style="Ordered">
     <item identifier="ITOEHY309549426">
       <para identifier="XCQFZM782154886">PARA 1</cl:para>
     </item>
     <item identifier="ITOEHY309549426">
       <para identifier="XCQFZM782154886">PARA 2</cl:para>
     </item>
   </list>
  </para>



in this code how to check PCDATA available or not between <para> and <list>
Posted
Comments
John C Rayan 27-Feb-15 5:45am    
Your question is unclear. Can you explain with more details. do you use Schema or DTD. I guess you use DTD.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900