I have a DTD with a mixed element
<!ELEMENT Texte (#PCDATA | TexteHisto | Style)*>
when I don't have sub element (TexteHisto or Style), all is ok, I have the PCDATA in my Xpress document.
But when I have a mixed :
<Texte> ceci est un essai <Style> avec un style </Style> et une suite </Texte>
I have only the <Style> content in my Xpress Document.
Does anyone see the problem before, I'm just beginning to try XML and Xpress?
Marc