xsl-list
[Top] [All Lists]

RE: What is wrong with this xsl ?

2003-01-21 03:27:09

The xml looks like this:
<?xml version="1.0"?>
<survey xmlns="http://mmmm.mmm.edu/SurveyML";
                      xmlns:xhtml="http://www.w3.org/1999/xhtml";
              
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                      
xsi:schemaLocation="http://cs.wmich.edu/SurveyML 
                                                              
              ../XMLSchema/SurveyML/SurveyML.xsd"
                      id="test"
                      version="2003-alpha" 
                      UMI=""
                      notes="This is only a demo version of 
the survey!"


then why did you tell us it looked like this:

The xml looks like:
<survey>
<surveyInfo>
</surveyInfo>
<intro>
</intro>
<section id="test">
<question></question>
</section>
</survey>

????
Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>