This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RE: DTD


Thanks for the answer.

Does XSLT processor modifies the DTD's present in the original 
input file?

How does the XSLT processor restores the default values present in 
the DTD in the input file?

-------
Tinku

On Wed, 01 May 2002 Michael Kay wrote :
>XSLT doesn't generate a DTD for the result tree. It would serve 
>no useful
>purpose.
>
>When you do a transformation, you typically have in mind the 
>structure of
>the XML you want to generate. If you want to validate that the 
>result
>document actually conforms to this structure, you can add a 
>DOCTYPE
>declaration to the output file using <xsl:output>. The 
>responsibility of
>producing output that is actually valid according to the target 
>DTD falls
>entirely on the stylesheet author.
>
>Michael Kay
>Software AG
>home: Michael.H.Kay@ntlworld.com
>work: Michael.Kay@softwareag.com
>
> > -----Original Message-----
> > From: owner-xsl-list@lists.mulberrytech.com
> > [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of 
>tinku
> > Sent: 01 May 2002 07:40
> > To: XSL-List@lists.mulberrytech.com
> > Subject: [xsl] DTD
> >
> >
> > Hi,
> >
> >     XSLT is used to transform an input XML tree into a result 
>XML
> > tree. Input XML tree has a DTD on which it is validated. But 
>when
> > we transform an input XML tree, XSLT produces a new XML tree 
>which
> > is completely different from the input tree. I wonder, how 
>XSLT
> > generates a new DTD for that result tree?.
> >
> > Thanks.
> > Tinku.
> > _________________________________________________________
> > Click below to visit monsterindia.com and review jobs in India 
>or
> > Abroad
> > http://monsterindia.rediff.com/jobs
> >
> >
> >  XSL-List info and archive:  
>http://www.mulberrytech.com/xsl/xsl-list
> >
> >
>
>
>  XSL-List info and archive:  
>http://www.mulberrytech.com/xsl/xsl-list
>

_________________________________________________________
Click below to visit monsterindia.com and review jobs in India or 
Abroad
http://monsterindia.rediff.com/jobs


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]