Edit external XML-file using Umbraco admin? Options
tkahn
Posted: Tuesday, September 11, 2007 9:55:37 AM

Rank: Fanatic

Joined: 11/24/2006
Posts: 323
Location: Stockholm, Sweden
What if I would like to separate specific content into an external (outside Umbraco) XML-file but still be able to edit it using the Umbraco admin?

Is this a stupid idea? After all, I can create my own doctype and then create nodes using it and it would basically be the same thing as having an external XML-file? Are there any scenarios when this would be a good idea?

Web Developer at Kärnhuset - http://www.karnhuset.net - Stockholm, Sweden
tkahn
Posted: Tuesday, September 25, 2007 5:37:31 PM

Rank: Fanatic

Joined: 11/24/2006
Posts: 323
Location: Stockholm, Sweden
Now I have a real life case to use as an example. I have an XML-document on the server that looks something like this:
Code:

<?xml version="1.0" encoding="utf-8"?>
<Contacts>
  <Contact>
    <Company>Kärnhuset</Company>
    <Name>Thomas Kahn</Name>
    <Email>myemail@mycompany.com</Email>
    <Phone>08-12 34 56</Phone>
    <Date>2007-09-25 17:20:13</Date>
  </Contact>
</Contacts>


What if I skip the editing part and just want a page that displays all the contacts in the XML-document on a page which is accessible from Umbraco. Would this be possible?

Web Developer at Kärnhuset - http://www.karnhuset.net - Stockholm, Sweden
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.