RE: [xsl] why is the <p> preserved on one page and changed into &lt; on another page

Subject: RE: [xsl] why is the <p> preserved on one page and changed into &lt; on another page
From: Roelof Wobben <rwobben@xxxxxxxxxxx>
Date: Sun, 1 Jan 2012 14:27:49 +0000
Here's the input file of the first page :



<data>

<section>

     <section id="6" handle="sections">Sections</section>

            <entry id="12">

                <title handle="even-voorstellen">Even Voorstellen</title> 55

                <tekst><p>FLOAT : img_5874.jpg</p> 56 57

                <p>Naam : Tamara Wobben<br /> 58Geboorte gewicht : 2000
gram<br /> 59Geboorte lengte : 44 cm.<br /> 60Geboortedatum : 1 september 2005
</p>

               </tekst>

             </entry>

     </section>

</section>

</data>



And the input file of the wrong page :



 <dagboek>

     <section id="9" handle="dagboek">Dagboek</section>

     <entry id="14">

       <tekst mode="formatted">&lt;p&gt;Hoera, het is zover, eindelijk
zwanger. De test laat niets te twijfelen over. Ik ben net een stuiterbal, blij
en energie voor tien. Ondanks het prille begin, heb ik een goed gevoel over
deze zwangerschap. Waarom? geen idee. Het voelt gewoon goed. Het is moeilijk
om s middags mijn mond dicht te houden als ik met mijn zus in de stad ben.
Het is maar goed dat er een carnavalsoptocht is, het geeft een beetje
afleiding.&lt;/p&gt;

       </tekst>

   </entry>

  </section>

</dagboek>





Roelof











---------------------------------------- > Date: Sun, 1 Jan 2012 14:45:36
+0100 > From: Martin.Honnen@xxxxxx > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx >
Subject: Re: [xsl] why is the
preserved on one page and changed into < on another page > > Roelof Wobben
wrote: > > > I have two pages. > > > > One is the

 preserved. See http:/test.tamarawobben.nl > > > > On another the p tag is
changed into< p> so that the

 is displayed on the screen. See http://test.tamarawobben.nl/dagboek/2005-02/1
> > Well what exactly is the input? Does it contain X(HT)ML element nodes >
(e.g. "p" elements)? Or elements with text content that is escaped > markup
(like ...
]]>)? > > > > -- > > Martin Honnen --- MVP Data Platform Development >
http://msmvps.com/blogs/martin_honnen/ > >

Current Thread