XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1126)
- Stylus Studio Technical Forum (13836)
-> + XSLT node or nodeset as scenar... (4)
-> - tree view parsing error: Expec... (1)
-> + reactivating the license key f... (2)
-> + XSL FO region-body border (2)
-> + WhiteSpace facet default (2)
-> - Web Service Call (1)
-> + DB to XML convertion (6)
-> + Converting: How to handle data... (2)
-> + Toss Character Exception (2)
-> + EDI conversion COM segment (5)
-> - SS passing invalid CALS table ... (1)
-> + Carrier Related EDI SAP questi... (2)
-> + How to generate 1 output XML f... (2)
-> + Urgent Eval: How2 w/ Possibly ... (4)
-> + Preview Problems (7)
-> + Mapping to EDIFACT ORDERS UNT0... (8)
-> + Deploying Conversion XML to ED... (2)
-> + Use EDI Adapter within Sap BC (3)
-> + Uninstall->instal entepr. 2007 (2)
-> - xml data to sql 2000 table (1)
-> - Convert from Oracle DB to XML ... (1)
-> + NTFShardlink broken (5)
-> + Can't get catalog to work (3)
-> + Only One of each EDI segment g... (3)
-> + convert (2)
-> + convert (4)
-> + EDIFACT to XSD problem (3)
-> + quark xpress tags (2)
-> + Duplicating nodes allows to cr... (2)
-> + Duplicated, unused nodes are r... (3)
-> + Converting to XML from a varie... (5)
-> + xsd:import's with escaped char... (8)
-> + Viewing the FO Sample Applicat... (3)
-> + Stylus Studio - Window tiling (3)
-> + Question about XML->Java Objec... (2)
-> + SVG web-based editor (2)
-> + conversion process for the pdf... (2)
-> + GUI Mapper does not create pro... (4)
-> + JavaScript working inside prev... (4)
-> + Stylus Studio Crashes when I a... (4)
-> + SVG ImageReader for FOP (2)
-> + Web Service Call Using HTTPS (8)
-> + Meditech database (2)
-> + How to connect to Informix (5)
-> + long filenames in Berkeley XML... (3)
-> + Opening multiple documents = m... (3)
-> + MySQL Connectivity (2)
-> + using .xsd to create forms (3)
-> + Convert-to-XML Engine could no... (2)
-> + editor questions (2)
-> + Cannot connect to SQL server (7)
-> + Convert Cobol file to XML (2)
-> + XML Diff problem (4)
-> + running XSLT - time + memory m... (7)
-> + New wsdl creation (4)
-> + DB to XML Parameters (2)
-> + Help (html in xml) need to out... (8)
-> + Stylesheet questions (2)
-> + Verion 1.0 XPATH for testing "... (5)
-> + Berkely XML DB file system (2)
-> + WYSIWYG in 2007 demo (2)
-> + EDIFACT code list problem (3)
-> + XQuery over a Berkeley XML DB ... (3)
-> + Href and display linked ref. (2)
-> + How my applications can gener... (11)
-> + CLASSPATH (2)
-> + Fixed order of attributes (2)
-> + merging XML files (13)
-> - The Struzzo.exe hung with no G... (1)
-> + Problem Registering Old Versio... (4)
-> + CHART.XML + CHART.XSL to CHART... (17)
-> + Aplication not loading (6)
-> + Can Stylus Studio be used to s... (2)
-> + Dynamic SVG (2)
-> + How to get Stylus Studio's pre... (3)
-> + XSL & RDBXML : Retrieving mos... (4)
-> + Please Help! Converting CSV t... (8)
-> + Converting a directory of text... (2)
-> + How to use Bookmarks in XSD ? (2)
-> + any feature to create a Flatte... (4)
-> + 3d Pie Chart using SVG (4)
-> + creating mulitple PDF reports (2)
-> + Error previewing xsl:fo (7)
-> + Strip whitespace on saving (3)
-> + BUG in processing time (2)
-> + Stylus Studio fails to load (7)
-> + xsl by supplying source and ta... (2)
-> + Out of memory, when I add a da... (2)
-> + use Http Post insead of GET on... (2)
-> + EDIFACT to XML (2)
-> + Cannot find base type and Cann... (9)
-> + Connect via Certification (2)
-> + XML to PDF on the fly (11)
-> + XSL to HTML and PDF (3)
-> + [XSLT Recursive Template]: Add... (2)
-> + Undo for XSLT WYSIWYG (2)
-> + invalid key when trying to ins... (8)
-> + Design XSLT on XML directly fr... (2)
-> + Adding an Entity Reference to ... (2)
-> + SS & SS Help (5)
-- Previous [1621-1640] [1641-1660] [1661-1680] Next
+ Website Feedback (244)
+ XSLT Help and Discussion (7447)
+ XQuery Help and Discussion (1870)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (361)
+ Stylus Studio Announcements (113)
Topic  
Postnext
Alain PeharpreSubject: How to avoid when XSL saved
Author: Alain Peharpre
Date: 21 Aug 2001 08:43 AM
When I edit a XSL file,
the first line is always the following :


This line is badly interpreted by Silverstream ePortal 2.2.1
So I need each time after the save to edit the file with a common text editor and delete this line.

I don't find a way to avoid this line to be added by eXcelon.

Have someone a way to avoid this ???

Thank's,
Alain.
email : alain_peharpre@dmr.ca

Postnext
Minollo I.Subject: Re: How to avoid when XSL saved
Author: Minollo I.
Date: 21 Aug 2001 08:51 AM

>When I edit a XSL file,
>the first line is always the following :
>
>
>This line is badly interpreted by Silverstream ePortal 2.2.1
>So I need each time after the save to edit the file with a common text
>editor and delete this line.
>
>I don't find a way to avoid this line to be added by eXcelon.
>
>Have someone a way to avoid this ???

No, there is no way to avoid this; an XSLT stylesheet is an XML document,
so the XML PI at the top is by all means "legal". And the XML PI may
contain precious information about the encoding used to save the stylesheet.

It is really bad that an XML/XSLT product gets confused by the leading PI
in an XSLT stylesheet; I would consider this a major annoyance in the
ePortal product you are using rather than an issue with Stylus Studio.
Anyway, I'm filing a PCR to have an option in Stylus Studio to skip the
creation of the XML PI when saving an XSLT stylesheet in utf-8 encoding
(which is the default when no other information is entered in the XML PI).

Minollo

Postnext
Ben HallSubject: RE: How to avoid when XSL saved
Author: Ben Hall
Date: 21 Aug 2001 09:02 AM
If it is the output that you want to supress the PI
from you can add the following to your stylesheet omit-xml-declaration="yes" method="xml"/>

If you want to supress in the actual stylesheet... well good luck. Since
that declaration is part of what makes XML well-formed and XSL must be
well-formed XML Silverstrearm is the problem and not your stylesheet.

--Ben

-----Original Message-----
From: stylus-studio-tech Listmanager
[mailto:listmanager@exceloncorp.com]
Sent: Tuesday, August 21, 2001 8:50 AM
To: Recipients of 'stylus-studio-tech' suppressed
Subject: How to avoid when XSL saved


From: "Alain Peharpre"

When I edit a XSL file,
the first line is always the following :


This line is badly interpreted by Silverstream ePortal 2.2.1
So I need each time after the save to edit the file with a common text
editor and delete this line.

I don't find a way to avoid this line to be added by eXcelon.

Have someone a way to avoid this ???

Thank's,
Alain.
email : alain_peharpre@dmr.ca



To reply: mailto:stylus-studio-tech.3436@edn.exceloncorp.com
To start a new topic: mailto:stylus-studio-tech@edn.exceloncorp.com
To login: http://edn.exceloncorp.com/~SSDN

Posttop
Alain PeharpreSubject: How to avoid when XSL saved
Author: Alain Peharpre
Date: 21 Aug 2001 10:16 AM
Thank's for you answers.
I will check with Silverstream.
But for you information, I don't have this problem with another XML editor, XML Spy.

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.