Creating pages from an XML document

I have an XML document, from which I want to create a large number of nodes in a Drupal site--essentially, each row in the document is going to be a node, with each column going into a different field in those nodes.

Is there a way to make this happen automatically, or can it only be done by hand?

Mentor, consultant, Heavy lifter.

Yes, I pay my friends, I admit it!

I am moving a site from custom PERL to Drupal and need some support. Notably someone with experience installing and customizing Ubercart and working with the Forms API to customize the user cart experience. I would prefer to find someone in the Western Mass, SW New Hampshire, SE Vermont area with whom I can meet with in RL for training and brainstorming on a reasonable basis.

If you have time and experience, I need you now.

Thanks,
Steve Wills
Blessed Herbs, Inc.

YouTube like video content sharing and comunity web site

Who can help me to develop a YouTube like video content sharing and community web site? The web site will be under a certain subject. Here are web site sample build on Drupal:

http://drupal.org/node/127083 (Basically this is the same idea but I will have a different subject)
http://drupal.org/node/81825

This is what I need in addition to the regular known YouTube like sites:

Functionally of a CMS and project management software plus features to set up:

-tasks like at www.wrike.com

-online writing, posting and collaboration tool like www.celtx.com (open source) but accessible and editable online like google docs & spreadsheets www.google.com/google-d-s/b1.html

-all tied in to a online networking/video share software like www.youtube.com and www.thelot.com

A good metaphor for understanding this is to think about a sports team; everyone has to contribute the right play at the right time as well as adjust their play to the unfolding situation - but everyone is doing something different - in order for the team to win. That is complex interdependent work toward a shared goal: co-ordination and collaboration.

Podcast

I want to include podcast in my site ? Plz help me very urgent

New Module

Hi

I downloaded a new module. How do I install it into my existing Drupal installation?

Thanks in advance

Perlz

Cut the CSS Fat

Hey all. I'm relatively new to Drupal in the past six months and overall I love it. In general, the Drupal sites I've developed are relatively easy to maintain and the community built around the CMS is responsive and helpful.

However, there is one thing that keeps on tripping me up: there is all sorts of additional markup that is generated that is just plain unnecessary for the display and styling of pages. I'd like to explore the feasibility of reducing some of the markup that is output in future versions of Drupal (probably beginning with v7 since v6's core code was just frozen, right?).

Here's an example of what I'm talking about. The primary links on one of my sites:

<ul class="links primary-links">
<li class="first menu-1-1-2"><a href="favorites" class="menu-1-1-2">My Favorites</a></li>
<li class="menu-1-2-2"><a href="product" class="menu-1-2-2">Store</a></li>
<li class="menu-1-3-2"><a href="forum" class="menu-1-3-2">Message Board</a></li>
<li class="last menu-1-4-2"><a href="categories/all" class="menu-1-4-2">Browse Categories</a></li>
</ul>

There's no reason to repeat the class on the li's and the descendant a's since you can style descendant selectors via css. That is, if you wanted to style the first link based on its class, you could just use the following css markup

li.menu-1-1-2 a {
/*whatever my style is*/
}

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x