Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


XSL displaying unwanted channel information

From: Lacy <lacymarie@-----.--->
To: 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.



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent