list4xt : Mailing list for the XT users community.
[list4xt] Re: Entities in output file. why?
Subject: [list4xt] Re: Entities in output file. why?
From: Eric van der Vlist (vdv@dyomedea.com)
Date: 05/10/2000 - 17:31
Anders,
"Carlberg, Anders" wrote:
>
> > What you are doing makes sense and your stylesheet seems to be working
> > perfectly (I have tested it with XT and MSXML) and gives (with XT):
> Yes, i know. So my problem is more a java problem.
You need to tell more about the Java environment you are using, then.
Are you using XT from the command line ? within a servlet, using a class
you have developed, ...
> > Also, you should avoid using xml as a tag name since all the names
> > starting by "xml" are reserved by the W3C.
> Thanks for the tip.
>
> I have tested again after that i fixed the stylesheet and the xml file, and
> i still get the entities in the output.
>
> Do i have a encoding or contentType problem?
I can't tell.
The only thing I can tell is that I don't reproduce your problem running
the Driver class from the command line.
Eric
> Thanks.
>
> /Anders
>
> -----Original Message-----
> From: Eric van der Vlist [mailto:vdv@dyomedea.com]
> Sent: Wednesday, October 04, 2000 11:28 PM
> To: list4xt@4xt.org
> Subject: [list4xt] Re: Entities in output file. why?
>
> Anders,
>
> What you are doing makes sense and your stylesheet seems to be working
> perfectly (I have tested it with XT and MSXML) and gives (with XT):
>
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> <xsl:template match="xml">
> <input>
> <name>mytextbox</name>
> <value><xsl:value-of select="/xml/name/text()"/></value>
> </input>
> </xsl:template>
> </xsl:stylesheet>
>
> The only difference with the result you mention is that, being well
> formed XML, the input element gets a end tag.
>
> I don't see why you would want to create a XSL stylesheet which wouldn't
> be well formed (wouldn't be a XSLT stylesheet by the way), but is this
> what you meant ?
>
> Also, you should avoid using xml as a tag name since all the names
> starting by "xml" are reserved by the W3C.
>
> Eric
>
> "Carlberg, Anders" wrote:
> >
> > Hi!.
> >
> > Im using xslt to generate a new xslt file that i will apply on another xml
> > file.
> > (does this make any sence at all? =) ).
> >
> > example. i uses xsl:element to create new xsl:stylesheet in the output.
> >
> > Here are my xslt file:
> > <xsl:stylesheet version="1.0"
> > xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> >
> > <xsl:template match="xml">
> > <xsl:element name="xsl:stylesheet">
> > <xsl:attribute name="version">1.0</xsl:attribute>
> >
> > <xsl:element name="xsl:template">
> > <xsl:attribute name="match">xml</xsl:attribute>
> >
> > <xsl:apply-templates select="textbox"/>
> >
> > </xsl:element>
> > </xsl:element>
> > </xsl:template>
> >
> > <xsl:template match="textbox">
> > <xsl:element name="input">
> > <xsl:element name="name"><xsl:value-of
> > select="name/text()"/></xsl:element>
> > <xsl:element name="value">
> > <xsl:element name="xsl:value-of">
> > <xsl:attribute name="select"><xsl:value-of
> > select="value/text()" />/text()</xsl:attribute>
> > </xsl:element>
> > </xsl:element>
> > </xsl:element>
> > </xsl:template>
> > </xsl:stylesheet>
> >
> > the xml file:
> > <xml>
> > <textbox>
> > <name>mytextbox</name>
> > <value>/xml/name</value>
> > </textbox>
> > </xml>
> >
> > The result of this should be something like this:
> > <xsl:stylesheet version="1.0">
> > <xsl:template match="xml">
> > <input>
> > <name>mytextbox</name>
> > <value>
> > <xsl:value-of select="/xml/name/text()"></xsl:value-of>
> > </value>
> > </xsl:template>
> > </xsl:stylesheet>
> >
> > Thanks..
> >
> > /Anders
> >
> > -----Original Message-----
> > From: Eric van der Vlist [mailto:vdv@dyomedea.com]
> > Sent: den 4 oktober 2000 15:45
> > To: list4xt@4xt.org
> > Subject: [list4xt] Re: Entities in output file. why?
> >
> > Anders,
> >
> > I don't understand what you want to achieve.
> >
> > Can you tell us more ?
> >
> > (for instance, do you want to generate a conferment XML file ?)
> >
> > Eric
> >
> > "Carlberg, Anders" wrote:
> > >
> > > Hi!
> > >
> > > I'm using the FileDestination to get a output into a file,
> > > but i dont understand why i get entities in the output.
> > >
> > > like this:
> > > <?xml version="1.0" encoding="utf-8"?>
> > > <xml> <textbox> <name>mytextbox</name>
> > > <value>Anders</value> </textbox> </xml>
> > >
> > > I have tried to set the encoding and contentType but it dont changes
> > > anything.
> > > Where do i set this, so i get:
> > > <xml><textbox>...... output?
> > >
> > > Help me understand this.
> > >
> > > Thanks in advance
> > > /Anders
> > >
> > > Anders Carlberg
> > > Infologigruppen Norr AB
> > > Furunäsvägen 105
> > > S-941 52 Piteĺ Sweden
> > >
> > > Tel. +46 91193428
> > > Fax. +46 91193425
> > > Mob. +46 703169511
> > > Mob. Fax. +46 703833817
> > >
> > > --
> > > Mailing list for the XT users community. (http://aaspo.org)
> > > (mailto:list4xt-request@4xt.org?Subject=unsubscribe to unsubscribe)
> >
> > --
> > ------------------------------------------------------------------------
> > Eric van der Vlist Dyomedea http://creditrestore.net
> > http://highriskmerchantservices.com - http://cannabispaymentservices.com http://hempembargo.com
> > ------------------------------------------------------------------------
> >
> > --
> > Mailing list for the XT users community. (http://militaryacceptanceproject.org)
> > (mailto:list4xt-request@4xt.org?Subject=unsubscribe to unsubscribe)
> >
> > --
> > Mailing list for the XT users community. (http://elainesbooks.com)
> > (mailto:list4xt-request@4xt.org?Subject=unsubscribe to unsubscribe)
>
> --
> ------------------------------------------------------------------------
> Eric van der Vlist Dyomedea http://mcallennationalbank.com
> http://highriskexperts.com - http://carolinalibertypac.com http://greenscapecapital.com
> ------------------------------------------------------------------------
>
> --
> Mailing list for the XT users community. (http://telecomvt.org)
> (mailto:list4xt-request@4xt.org?Subject=unsubscribe to unsubscribe)
>
> --
> Mailing list for the XT users community. (http://highriskmerchantaccount1.com)
> (mailto:list4xt-request@4xt.org?Subject=unsubscribe to unsubscribe)
--
------------------------------------------------------------------------
Eric van der Vlist Dyomedea http://merchantaccounts.co
http://highriskpaymentprocessors.com - http://adultwebmastersonline.com http://panhandlestatebank.com
------------------------------------------------------------------------
--
Mailing list for the XT users community. (http://valleybaynews.com)
(mailto:list4xt-request@4xt.org?Subject=unsubscribe to unsubscribe)
Archive générée par hypermail 2b28 le 06/11/2001 - 11:46 CET
webmaster@4xt.org
|