Re: [Servingxml-help] maven repository
Brought to you by:
danielaparker
From: Daniel P. <dan...@sy...> - 2007-04-06 03:09:05
|
Ravi, These properties are just the standard XSLT output properties, = ServingXML accumulates them and sets them on the serializer, but it's = the XSLT serializer that does all the work. You can use any of the = documented output properties for whatever XSLT implementation you're = using, including any proprietary extensions. For example, if you're = using Saxon 8, you can use any of the properties described in = http://www.saxonica.com/documentation/xsl-elements/output.html and = http://www.saxonica.com/documentation/extensions/output-extras.html. The output properties are accumulated throughout the ServingXML = pipeline. For example, if you have an XSLT stylesheet in the pipeline, = and it has an xsl:output element, any output properties set will become = the current properties. The sx:outputProperty element in the = sx:xsltSerializer is the last opportunity in the pipeline for setting or = overriding these properties. -- Daniel ----- Original Message -----=20 From: Ravikumar Tadysetty=20 To: Daniel Parker=20 Sent: Thursday, April 05, 2007 9:27 PM Subject: Re: [Servingxml-help] maven repository Daniel I searched for this property in the entire src code. It doesnt seem to = be used. How does servingXML understand this property. What is the = entire universe of properties. Thanks Ravi On 4/2/07, Daniel Parker <dan...@sy...> wrote:=20 Like this <sx:serialize> <sx:xsltSerializer> <sx:outputProperty name=3D"omit-xml-declaration" = value=3D"yes"/> </sx:xsltSerializer> <sx:transform ... </sx:serialize> -- Daniel ----- Original Message -----=20 From: Ravikumar Tadysetty=20 To: Daniel Parker=20 Sent: Monday, April 02, 2007 9:30 PM Subject: Re: [Servingxml-help] maven repository Daniel How can I suppress the xml headerline I am getting "<?xml = version=3D"1.0" encoding=3D"utf-8"?>"? Thanks Ravi On 4/2/07, Daniel Parker <ser...@li...> = wrote:=20 Not currently, although it's something that may be added in the = future. =20 Daniel ----- Original Message -----=20 From: Ravikumar Tadysetty=20 To: ser...@li...=20 Sent: Sunday, April 01, 2007 11:33 PM Subject: [Servingxml-help] maven repository Daniel Is there a maven repository for servingxml jars? Thanks Ravi ---------------------------------------------------------------------- = -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance = to share your opinions on IT & business topics through brief surveys-and = earn cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV=20 ---------------------------------------------------------------------- _______________________________________________ Servingxml-help mailing list Ser...@li... https://lists.sourceforge.net/lists/listinfo/servingxml-help -------------------------------------------------------------------------= - = -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to = share your opinions on IT & business topics through brief surveys-and earn = cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV=20 -------------------------------------------------------------------------= - _______________________________________________ Servingxml-help mailing list Ser...@li... https://lists.sourceforge.net/lists/listinfo/servingxml-help |