error: XML file does not appear to have any style informa

Hi all,

when I load my page with the dhtmlxgrid on, i get:

[code]This XML file does not appear to have any style information associated with it. The document tree is shown below.


2011-01-01
januari
test
test
0


2011-01-02
januari
test
test
0


[/code]

This is my code I used (test.php & grid.xml)

[code]<?php
require(“codebase/grid_connector.php”);
$res=mysql_connect(“xxx”,“xxx”,“xxx”);
mysql_select_db(“xxx”);
$gridConn = new GridConnector($res,“MySQL”);
$gridConn->render_table(“oper”);
?>

[/code] [code]<?xml version="1.0" encoding="UTF-8"?> Column 1 Column 2 Column 3 Column 4 Column 5 px [/code]

what is wrong?

tx

nobody?

Hi,
Unfortunately we cannot reproduce this issue locally.

Please read the following tutorial. http://docs.dhtmlx.com/doku.php?id=others:troubleshooting_common_errors
If issue still occurs for you please provide complete demo where it can be reconstructed