i havent had time to fully explore the material from Tony yet, but so far
ive been building XML entirely in memory rather than reading in a complete
file, parsing it and placing data at certain points.  one thing i would like
to explore is either DTDs or XMLSchema to validate the XML against.  in that
case even w/ the approach i currently take there would still be files on
disk. as long as said XML files have practical permissions i dont think
having them on disc is a great security risk.

-nathan

On 7/9/07, Kelvin Park <[EMAIL PROTECTED]> wrote:

Since XML is just a text document, wouldn't it raise security issues if
all data was transferred to XML files?

On 7/9/07, Kelvin Park < [EMAIL PROTECTED]> wrote:
>
> absolutely!, thanks
>
> On 7/9/07, Nathan Nobbe <[EMAIL PROTECTED] > wrote:
> >
> > Tony,
> >
> > this material looks quite excellent; thanks for sharing.
> >
> > -nathan
> >
> > On 7/9/07, Tony Marston < [EMAIL PROTECTED]> wrote:
> > >
> > > Try these for size:
> > > http://www.tonymarston.net/php-mysql/domxml.html and
> > > http://www.tonymarston.net/php-mysql/sablotron.html
> > > http://www.tonymarston.net/php-mysql/dom.html and
> > > http://www.tonymarston.net/php-mysql/xsl.html
> > >
> > > There is also a sample application available at
> > > http://www.tonymarston.net/php-mysql/sample-application.html which
> > you can
> > > download with all the necessary code.
> > >
> > > --
> > > Tony Marston
> > > http://www.tonymarston.net
> > > http://www.radicore.org
> > >
> > > ""Kelvin Park"" <[EMAIL PROTECTED]> wrote in message
> > > news:[EMAIL PROTECTED]
> > > > I'm using XSLT to make a website template and XML to describe the
> > data
> > > on
> > > > my
> > > > website. Do I parse the data from MySQL to XML in order to apply
> > styles
> > > > and
> > > > display them as XHTML with XSLT?
> > > >
> > > > I would have to use PHP to parse XML, however I was unclear on how
> > to
> > > pass
> > > > MySQL data to XML in order for it do be displayed through XSLT
> > template.
> > > > Do you know a good reference (website, book, article) for the most
> > > correct
> > > > way to display MySQL data with XML/XSLT/PHP?
> > > >
> > >
> > > --
> > > PHP General Mailing List ( http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
> >
>
>

Reply via email to