Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.

learn more… | top users | synonyms

2
votes
3answers
67 views

On the 404 page, look for an XML file and read it in. If it doesn't exist, display 404 message

I am wondered if the following is possible: I need to display some XML data on the fly; these should only be created temporarily (ie not nodes or entries in a database and therefore not readable by ...
0
votes
0answers
13 views

How to map post author's name from the feed of one drupal site with users photo of another drupal site

I'm working on one project with Drupal 6 and I'm trying to do such thing: "drupal example-1" website one pulls out a feed that is a blog written by multiple registered users. The feed is imported and ...
0
votes
0answers
24 views

Create a custom XML page from a few fields

I am currently trying to create a custom XML feed that will be populated with data from a 4 fields in one of my node types. This way another site can hook in and grab the data. I've tried to use the ...
2
votes
1answer
35 views

SimpleXMLElement formatting in Drupal 7 node is not working

In Drupal 7 I've made a module that creates some XML content using SimpleXMLElement, and then I've loaded an existing page using node_load(). I then set the body of the page loaded to xml->asXML(). ...
0
votes
1answer
23 views

How to remove selected topics from aggregator feed?

In my Drupal feed aggregator generating a separate website feed into my website. However, my client dislike some topics on that feed therefore, is it possible to remove selected topic from that feed ? ...
0
votes
1answer
56 views

Create a node from XML on request

Is it possible to import XML and create a node upon request? For example, if a user clicks a link http://www.site.com/item-1, can the corresponding XML file ...
1
vote
1answer
79 views

Approach to removing extra space at beginning of RSS file?

I ran the RSS xml file through W3C's RSS validator. The results say: line 2, column 0: XML parsing error: <unknown>:2:0: XML or text declaration not at start of entity I'm not sure how to ...
0
votes
0answers
12 views

Drupal 6: Two quick questions about Migrate

1: Can I have two separate migrations use the same Destination Node? I have one that imports from a list, and another that I want to trigger when a user navigates to a URL which matches the name of ...
1
vote
0answers
60 views

When user navigates to a URL, import feed of XML file specified by ID in URL

I have a url www.example.com/123456, generated by a third party source. So there is not, at the time the user clicks, any node that corresponds to that URL. The six digit number at the end is an item ...
0
votes
0answers
63 views

How to embed content (XHTML) from a 3rd party application [closed]

I need to set up a Drupal 7 on top on an existing application to simplify content management. Context The application is a XML publishing framework with : minimal menu/administration ...
0
votes
0answers
25 views

Migrate in Drupal 6: MigrateSQLMap isn't mapping to my source's ID in XML

My source's ID in the XML is listed as Objects/Item/@id. How can I map this to the MigrateSQLMap so that all my nodes can migrate, and not just one?
0
votes
1answer
55 views

Migrated data via XML doesn't import to nodes

Link to my previous question, which has info on data structure etc. Now I've gotten my XML read into Migrate and content type and fields set up right (I think), but now I can't get the nodes to save. ...
0
votes
0answers
118 views

Getting an inner XML document's data with Feeds/Feeds XPath Parser

I am using Feeds and Feeds XPath Parser in D6 to get an array of classified listings. The file I have is a list of items, and each item links to another XML document which is a detailed description of ...
0
votes
0answers
32 views

Feeds module and feed that includes external files as nodes

I have a feed that includes item content in external xml files. For example, I have a manifest.xml file that has "sections" and each section links to another xml file.. such as: <rss ...
0
votes
1answer
88 views

Feeds Xpath Parser

I'm using the Xpath parser module for my drupalsite, and now I want to pick a result from an XML that has a certain time. The XML parts looks like this <time from="2012-12-17T12:00:00" ...
0
votes
0answers
39 views

How to create create field collection and field of type xml_field at module installation phase?

I am beginner in Drupal module development and currently, I am working on a module where i have requirement to create an entity with follwing structure: EntiyName:ImageCollection { Fields: ...
0
votes
0answers
23 views

How to show title of field created using xml_field module?

I have been working on a module in which i am using xml_field module as follows I have created one entity type in that i have created 1 field which is of type "xml" uses xml_field module I have set ...
0
votes
0answers
16 views

search api /w custom feeds

I have created a feed json and xpath parser that get products from sites like Amazon, zappos, etc. I want to be able to integrate it into my search without having to import the feeds into my site ...
2
votes
1answer
46 views

Module development - Layout of dynamic content

I am creating a drupal module that receives content from a Web Based XML API. The module takes some search parameters from a user and embeds these into a XML command. I am at the point where I am ...
0
votes
2answers
94 views

Setting field values on a per-import basis when using Feeds

A student newspaper I work with is needing some way of importing XML files from InDesign. I'm thinking Feeds/Feeds XPath Parser is the best route for this. However, one problem with this is that each ...
0
votes
0answers
100 views

How can I print view-fields in template.php / Need to create XML for Online-Shop, but can't group header

I need a litte help. I'm creating an online-Shop with drupal and commerce. Everything works fine, but now, I have a little problem. We like to use rakuten for checkout. So after a buyer bought ...
0
votes
0answers
140 views

Create XML file by taking fields data to populate the xml

I am looking for a way to have an XML file generated after a node is created that takes fields to populate the XML file and is stored in a particular directory. I am using drupal 7 Any help is ...
0
votes
0answers
203 views

Drupal 7 Feeds Xpath Parser blank field question

My company is about to transfer our old site to Drupal 7, and we're using feeds for data migration. We're using the Feeds xpath parser, and the import had no problems except for one: whenever there's ...
1
vote
0answers
49 views

fivestar rating from a xml import field

I have used feeds xpath parser to import xml file and created nodes from that data.one of the items in the xml is star rating.Example 3 stars .Is it possible to give star rating based on this ...
0
votes
0answers
150 views

creating nodes from xml source using feeds,feeds xpath parser

I am trying to populate nodes of a content type from a XML source using feeds, feeds xpath parser.I have done all the required configurations and i created a new importer.Now while importing the ...
2
votes
2answers
271 views

XML feed data's are importing with the XML tags

I have created a XML feeds by the tutorial, but I have found one problem that the XML tags are also appending to data, ie title, description and salary tags are also there The output is following ...
2
votes
0answers
181 views

Drupal and SAP integration - looking for case studies

I'm looking for Drupal and SAP integration case studies, the only one I have seen that has good documentation is: http://10jumps.com/category/drupal-sap-integration In summary this appears to ...
1
vote
3answers
958 views

How to export content to XML, CSV or RTF for print

I'd like to export a (views)-list of events to re-import it with Indesign or Pagemaker, so XML, CSV or RTF-format would be great. The list should be restricted to one, the current month (this is no ...
0
votes
1answer
144 views

Pass querystring to XSL through module

I'm trying to do some fancy navigational work within a large XML sheet, and am generating links with querystrings in my transformation. What I would like to do is parse the querystring within my ...
0
votes
2answers
170 views

Pass parameters to Drupal to Return XML data

Is there a module that allows the user to pass the parameters in POST or GET form, and Drupal will return in XML. Like I have a view named table. table has fields named account_number and device_id. ...
1
vote
1answer
448 views

Populate nodes with XML data via XSLT

I have a Drupal 6 website that needs to populate a page with data from an XML feed. We are considering using XSLT to transform the data into an appropriate format, however in searching the internet ...
0
votes
1answer
94 views

Migrating compound data structures from XML

How would you migrate a complex data structure in XML format, such as: <products> <product> <name>Product 1</name> <price>3.99</price> ...
0
votes
1answer
917 views

Need example : D7 + XPath parser to import (mediawiki) XML - xpath parser settings?

I've installed XPath/Feeds/D7, but I don't know how to configure XPath parser settings. Maybe someone can help me to set it right. I just want to inject <title> and <text ...
2
votes
3answers
322 views

Receiving XML Posted data

I have a question about what would be the best way for a module to accept a posted XML file via a web service. What I am trying to do is receive the file, read through the contents of the file, and ...
0
votes
1answer
675 views

Create an XML page by a custom module

I need to create an XML page. I created a page with my custom module, and I tried to display it, but it showed as a normal Drupal page with blocks. function my_custom_function_name_xml_list() { ...
1
vote
1answer
167 views

How to include XML file in node for js map rendering?

I have a clickable map that uses js, css and xml to display. I previously was provided solutions in a previous thread How do I implement a clickable JavaScript map? using drupal_add_css() and ...
0
votes
0answers
2k views

How to import custom content type to Drupal 7 in XML

I have installed the newest Drupal 7.12 and need to import custom content type data exported from custom CMS but ... don't know what is the correct XML structure. 1) I have added ...
3
votes
1answer
95 views

Import images from Joomla com_exposé to Drupal 7

I'm transfering my website from joomla to Drupal 7, but I have about 500MB of images in the com_exposé in Joomla. The albums are organized in folders with the image files, and each folder, as a XML ...
1
vote
1answer
194 views

XML to node in Drupal 6

I am using the Services module, through which I have created XML. But i want to import this XML data into another drupal website. It contains images too. I also installed feeds module but don't ...
0
votes
2answers
274 views

Problem dynamically calculating field

I am using Drupal 6, Ubercart 2.7, and Views 2.16 for an e-commerce site. Using Views with the Bonus: Views Export module, I am producing an atom feed for Google Shopping. This works perfectly. I ...
0
votes
1answer
322 views

Nodes being imported from the Feed module not being published

I have finally accomplished the communication between my 2 websites through the Feed module. I am exporting xml and I am using the XPath XML Parser to receive the nodes. The problem that I have now is ...
0
votes
2answers
895 views

How to convert a stdClass object to a SimpleXMLElement object

I have a JSON file from a web service and want to use this data with a Drupal module. However, this module expects XML data. So I have the idea of overwriting the module. To do this, I need to convert ...
2
votes
1answer
81 views

Is it currently possible to have Views respect RSS Display settings on a Content Type?

I have enabled and configured a 'Custom Display Setting' under 'Manage Display' of a content type for RSS admin/structure/types/manage/{my-type}/display/rss I can't seem to find a way for Views to ...
2
votes
1answer
1k views

Drupal 7 views grouping and aggregation with recipe ingredients

I'm using drupal 7 in conjunction with the recipe module, Every recipe has a number of ingredients that are stored as fields in the database. I'm trying to create an xml view (using views datasource) ...
2
votes
2answers
288 views

Can we change the schema in services module?

I am new to Drupal services; I have the below XML format, in which I need to expose nodes as services. Can I do this using the Services module? <?xml version="1.0" encoding="UTF-8"?> ...
0
votes
1answer
237 views

Returns a list of nodes as XML?

I'm trying to do something like this with Drupal 7. I need to generate either an XML file or a number of xml files based on the sub-parts of the over-all "Navigation" menu. I have multiple ...
5
votes
3answers
867 views

How do I output one node as XML

I am creating a page flip for a drupal site using pdf_to_imagefield module to export PDf to JPG and then I need to have the list of JPG files as XML to use them in Dynaimc page flip. The PDF and all ...
3
votes
1answer
117 views

How to create a PHP file that returns a list of nodes as XML?

How do I create a PHP file that returns a list of nodes as XML when called if I have a menu structure like this: <GalleryXML> --gallery 1 ---Item 1 ---Item 2 ---Item 3 And I want a url like ...
0
votes
2answers
498 views

importing XML file to create/update nodes, relation nodes/users, and taxonomy terms (to several vocabularies)

Thanks for take time to read this question. I want to import a XML file. XML content will create/update: nodes, relations nodes/users, and taxonomy terms (to several vocabularies) and his relation ...
1
vote
1answer
311 views

how to map node referenced fields (term reference) in xml feed import

I have an xml feed to import to and mapped to a content type. However, there are fields that are referenced to taxonomy. The fields that are not referenced seems to be working fine and are getting ...

1 2