Hi everyone,

I started on Drupal there is one week. Before I was using a given base, which is transcribed in XML through a webservice and I passed him specific parameters. So I reused my functions that convert the xml -> xslt and I view everything.
However my search engine is not really happy.

So I find XSLT PARSET Pipelines, however I really can not view my own XSLT files. Drupal says:
The XSLT pipeline directory does not exist. Please check your feed settings.

The error may seem silly but I'm stuck.

Is what I'm doing the right choice for this module?
He can meet my expectations?

Thank !

EDIT : i have an error when i try to upload a XML file on my service web :

Notice: Undefined index: Content-Type in http_request_get_common_syndication() (line 59 ...).
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT 1 FROM {feeds_source} WHERE id = :id AND feed_nid = :nid LIMIT 0, 1; Array ( [:id] => xslt [:nid] => 0 ) in FeedsSource->save() (line 497..)

Comments

Deos’s picture

Status: Active » Closed (fixed)
znerol’s picture

Category: task » support

Feeds XSLT Parser is an extra module for feeds. Please read through the project description page and try to understand if this module can cover your use case. If you are sure that importing content from an XML source is really what you want to do then it is best to submit a sample of the XML data and some code XSLT code illustrating what you want to achieve.

General error: 2006 MySQL server has gone away

This error indicates that your web server setup does not seem to work well. If you get this error, please consult with your hosting provider to ensure that all services are working properly. Also make sure that you are not running out of ressources (memory limits etc.)

znerol’s picture

Issue summary: View changes

edit