Bug #3208
Mis à jour par Matthieu Decorde il y a environ 3 ans
HTML pages marked as transitional are not displayed and the internal browser ask to save it.
<pre>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
</pre>
h3. Solution 1
TXM import modules don't use the Transitional DTD but XSL pager step can use it.
Document the usage of
<pre>
<!DOCTYPE html>
</pre>
h3. Solution 2
1- read Make the HTML page content
2- provide internal display the web page HTML content to the internal browser (b.setContent(...) instead of b.setURL())
<pre>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
</pre>
h3. Solution 1
TXM import modules don't use the Transitional DTD but XSL pager step can use it.
Document the usage of
<pre>
<!DOCTYPE html>
</pre>
h3. Solution 2
1- read Make the HTML page content
2- provide internal display the web page HTML content to the internal browser (b.setContent(...) instead of b.setURL())