Joy
(@joyously)
Do you have a method to render the XML?
Is it for import?
Is there a plugin that uses a XLST stylesheet?
It would depend on how you are going to use the file as to where to put it (or whether you would upload it in the process, instead of FTP).
Dear Joy,
Thanks for your response. I do not yet have a method for the XML. That would be my next research project. Yes, I want to import it. I have no idea what XLSt is. Initially, I just want to get the file displayed on the website. Our meetup members would go to the website look at the jobs and then appy on Monster.com. Long term I would set up an automatic FTP feed from Monster since they do not have an API process or key. I hope I answered your questions. Thanks!!
Best,
Dana
Joy
(@joyously)
To import the XML into your database as content, you would need to choose if you want it in Posts or custom post type, and a way to have the fields in the XML put into the correct fields of a post. To create a custom post type, you need a plugin. To import non-WordPress data, you need a plugin. It is likely that these plugins would prompt you to specify your file from your computer, not from your server. But who knows?
To display the XML on the site without importing it, you need a plugin. This plugin would probably prompt you to upload the file from your computer, and put it in the uploads folder, but it might not… A XLST stylesheet is simply a way to tell the code reading the XML file how to display the data. It can contain loops and definitions.
There is code built-in to WordPress to deal with XML files, but not to display them on normal pages.