Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: XSL displaying unwanted channel information XSL displaying unwanted channel informationTo: NULL Date: 11/10/2009 10:58:00 AM I'm using XSL to scrape and display data from a google spreadsheet.
Working great except for one thing - it displays the channel info even
though I'm not calling that info anywhere? (It displays: atom:id,
lastBuildDate, category domain, title, link, managing Editor, and the
openSearch variables. Basically - everything within the main channel
that has a value. )
It displays it unformatted - just a straight block of text with no
spaces.
Using this to process:
[code]
// Load the XML source
$xml = new DOMDocument;
$xml->load('http://spreadsheets.google.com/feeds/list/
tqBgup5Bmbdgh-rgyxqh2Pw/od6/public/basic?alt=rss');
$xsl = new DOMDocument;
$xsl->load('calendarparse.xsl');
// Configure the transformer
$proc = new XSLTProcessor;
$proc->importStyleSheet($xsl); // attach the xsl rules
echo $proc->transformToXML($xml);
[/code]
Result File - http://studentorgs.vanderbilt.edu/vsg/atvandy/
Source XML - http://spreadsheets.google.com/feeds/list/tqBgup5Bmbdgh-rgyxqh2Pw/od6/public/basic?alt=rss
XSL - http://studentorgs.vanderbilt.edu/vsg/atvandy/calendarparse.xsl
Thoughts? What am I missing? I can't figure out why it's displaying
information I'm not calling.
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
