AFAIK no one has done this before so it is not possible out of the box, or using a particular module. Then again, it should be a straightforward hack if you're familiar with XML and XSLT.
Maybe I'll get around to hacking it someday, but as my data is semi-static (changes weekly) I just copied/pasted the data as it was displayed in FireFox, and pasted it into Dreamweaver, which generated the HTML which matched the layout. I then copied the HTML and dumped it into a Drupal Node.
I'll poke around and see if I can get it to do it right, but for now, this sort of works.
This worked for me, using PHP 4 with XSLT enabled on the shared server. Created a new drupal node, paste in this PHP code, select PHP code input format, and change the two variables to point to your XML and XSL files. This is specialized to pull the XML file from a remote web site. Hope it helps, I looked for this answer for forever, some nice drupalers helped me out.
Comments
Not possible at the moment but ...
AFAIK no one has done this before so it is not possible out of the box, or using a particular module. Then again, it should be a straightforward hack if you're familiar with XML and XSLT.
I worked around it
Maybe I'll get around to hacking it someday, but as my data is semi-static (changes weekly) I just copied/pasted the data as it was displayed in FireFox, and pasted it into Dreamweaver, which generated the HTML which matched the layout. I then copied the HTML and dumped it into a Drupal Node.
I'll poke around and see if I can get it to do it right, but for now, this sort of works.
This worked for me, using
This worked for me, using PHP 4 with XSLT enabled on the shared server. Created a new drupal node, paste in this PHP code, select PHP code input format, and change the two variables to point to your XML and XSL files. This is specialized to pull the XML file from a remote web site. Hope it helps, I looked for this answer for forever, some nice drupalers helped me out.