Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~319 People Reached
Favorite Forums
Favorite Tags
rss x 4
Member Avatar for DaShiVa

Cannot figure out what is wrong with this stylesheet - attach it to any xml, it doesn't actually use the xml in this stripped down example: [code=xsl] <?xml version='1.0' encoding='ISO-8859-1'?> <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'> <xsl:output method='html' indent='yes' media-type='text/html' /> <xsl:variable name='columns' select='10' /> <xsl:template match='/'> <table> <tr> <td> <xsl:attribute name='colspan'><xsl:value-of select='floor( …

Member Avatar for DaShiVa
0
209
Member Avatar for DaShiVa

Having an issue where both my xml and xsl are parsing fine (when viewed in firefox) but when combined together, throw an error: Error loading stylesheet: Parsing an XSLT stylesheet failed. (I noticed a suimilar post but was reccommended by the system to start a new thread, as it was …

Member Avatar for DaShiVa
0
110