DO<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dne Sat, 27 Mar 2010 11:01:40 -0700<br>
<div>Yian Shang <<a href="mailto:yian.shang@gmail.com" target="_blank">yian.shang@gmail.com</a>> napsal(a):<br>
<br>
</div><div>> Yeah, I looked through the current generator some more and most of the code<br>
> for the PDF export seems to be focused on exporting the data rather than the<br>
> schema.<br>
<br>
</div>Please do not confuse export (libraries/export/*) with schema<br>
generation (pdf_schema.php), these are completely different things<br>
(though it might make sense to combine it somehow).<br></blockquote><div><br>That's true, thanks for clarifying. <br><br>So since SVG and EPS are both just XML files, would using PHP's DOM libraries to generate them be best? And also, since phpMyAdmin is rewriting things in object-oriented php, would that be the way in which elements of pdf_schema.php are combined into a generic schema generating class and then used by other formats?<br>
</div></div>