Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: problem with xhtml-tags after transformNode problem with xhtml-tags after transformNodeTo: NULL Date: 4/10/2008 2:23:00 AM Hello,
I', trying to transform a xml-file with a node containing xhtml-code.
Here is the part of the schema:
<xs:element name="Rechtsmittel">
<xs:complexType>
<xs:sequence>
<xs:any namespace="http://www.w3.org/1999/xhtml" minOccurs="1"
maxOccurs="unbounded" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="http://www.w3.org/1999/xhtml"/>
</xs:complexType>
</xs:element>
When declaring the node as:
<Nodename>
<div xmlns="http://www.w3.org/1999/xhtml">
<p><STRONG>Rechtsmittelbelehrung</STRONG></p>
... more xhtml ...
</div>
</Nodename>
I get only the text, without any formatting, table etc.
When writing the node content as CDATA, I get the xhtml-code as is
into my document.
How can I manage it, to get the paragraphs, tables and formattings as
defined in xhtml ?
I'm using vba, msxml6.0.
Thanks for your help.
Olaf
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
