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 (13844)
-> + XSL Efficiency tips (4)
-> - Report page Size and table hea... (1)
-> + Endless loop with xquery (8)
-> - Xpress XML (1)
-> + Extracting XML data into SQL s... (2)
-> + Crashes when I save (2)
-> + XSL cannot save: I/O error...b... (8)
-> + Diagram view has disappeared f... (5)
-> + Convert from http://www.w3.org... (2)
-> + Round-trip Converting; CSV-XML... (2)
-> + XSL error function call PHP (8)
-> + WYSIWYG XSLT Designer (5)
-> + generate xhtml+css from xml re... (2)
-> + generate xhtml+css from xml re... (3)
-> + generate xhtml+css from xml re... (2)
-> - Help using xsd xs:redefine nee... (1)
-> + Data loss opening External sch... (2)
-> + Install Apache FOP Plugin with... (8)
-> + Generating a Publisher Canvas ... (2)
-> + Stylus Studio comment block no... (3)
-> + Report Designer Screen Repaint... (2)
-> + validating on values (5)
-> + reuse of xslt (2)
-> + The evaluation period for the ... (2)
-> + export to documentation (3)
-> + Validating XML files using sev... (2)
-> + Missing 'Command' Tab in Custo... (3)
-> + Do I have to download new vers... (6)
-> + Can SS validate tags used in a... (5)
-> + validating schemas (2)
-> + Off-Topic Question - Looking f... (4)
-> + cannot see anything in mapper ... (2)
-> + Validating XSD schema sets (7)
-> + Standard Validation Engines (3)
-> + Style Sheet amendment to inclu... (2)
-> + Documentation - prevent import... (3)
-> + Debugging breakpoints with Sax... (17)
-> + Conversion (3)
-> + New and I am sure this is an e... (7)
-> + Saxon 8 with multiple xml inpu... (3)
-> + Compilation error (5)
-> + webservice call failing - pls ... (3)
-> + C# from Java Binding Classes (3)
-> + Java binding class generation (5)
-> + Validation of deeply-nested sc... (5)
-> + How to make Drag and drop in X... (2)
-> + Malformed XPATH expression par... (5)
-> + Toolbars and missing options (4)
-> + Converting Text File (2)
-> + Java Heap Issue (2)
-> + Formatting SOAP messages (6)
-> + Attribute Entity Expansion on ... (2)
-> + Text File to xml conversion wi... (9)
-> + Different XPath results when u... (7)
-> + Where is my XSLT mapper module (3)
-> + Where is my XSLT WYSIWYG Edito... (2)
-> + Regarding Stylus support of IA... (2)
-> + Debugging Problem with Enterpr... (5)
-> + various report designer prob;e... (12)
-> - will it EVER get fixed ?? Stru... (1)
-> - Migrate from wysiwyg xslt edit... (1)
-> + Entity Resolver in UI? (4)
-> + Visual Studio and Stylus Studi... (2)
-> + how to get rid of parameter in... (8)
-> + XQuery file (2)
-> + 505 error calling a WS from SS... (2)
-> + Configure Subversion with Styl... (2)
-> + XSLT Mapping of xsi:nil and xs... (2)
-> + Printing values in a table or ... (2)
-> + query on using stylus API for ... (12)
-> + WSDL retruns no response (2)
-> + SS XSL Processor Bug: Count() (6)
-> + Stylus Studio crashes after re... (2)
-> + Custom Converter in IBM JVM is... (10)
-> + Malformed XPATH epressions on ... (4)
-> - XML Report table borders when ... (1)
-> + XML Publisher Generation of XS... (3)
-> + SS Error: Segment UNB: Segment... (6)
-> + SS Enterprise 2007 R2 does not... (2)
-> + Generating XSD from XML - glob... (3)
-> + SS Enterprise 2007 R2 does not... (2)
-> + SS dies on xsl files loads (7)
-> + EDIFACT UNA section ? (3)
-> + SS closes when I attempt to sa... (2)
-> + Support for SPEC 2000 & genera... (6)
-> + Uninstall failure (10)
-> + WSDL to JAVA code (2)
-> + Can't Connect to DB - SQL 2005... (3)
-> + Java editor (3)
-> + Trouble getting my xsl scenari... (6)
-> + Activation Key Not Compatible.... (2)
-> + Stylus Studio 2007 R2 and Regi... (3)
-> - XSD file displayed in Excel an... (1)
-> + What Is This vmm File? (5)
-> + Another in Release 2 (3)
-> + Error on Release 2 (3)
-> + Query DB and convert output to... (11)
-> + import static HTML into XML Pu... (2)
-> + saxon 8.9 include path resolut... (10)
-> + Can't drag field delimiter (2)
-- Previous [1321-1340] [1341-1360] [1361-1380] 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
(Deleted User) Subject: Post process for SVG
Author: (Deleted User)
Date: 05 Apr 2002 08:00 AM
(using 3.1 Build 069s)

I am post-processing to access SVG produced by my xslt.

I add this command in the post-process dialogue:

copy %1 %2

But, I get this error:

Post processing starting...
Command line failed (error 2):
copy "C:\WINNT\Profiles\LWALST~1.LWA\LOCALS~1\Temp\pro5F.xml" "C:\WINNT\Profiles\LWALST~1.LWA\LOCALS~1\Temp\pos60.svg"

So, I issued the command manually in a cmd window. Then, I refreshed the stylus preview window and my SVG is imaged!

What is wrong with my post-processing command?

Thanks,

Leonard

Postnext
Alberto MassariSubject: Re: Post process for SVG
Author: Alberto Massari
Date: 05 Apr 2002 08:11 AM
At 08.11 05/04/2002 -0500, you wrote:
>From: "Leonard Walstad"
>
>(using 3.1 Build 069s)
>
>I am post-processing to access SVG produced by my xslt.
>
>I add this command in the post-process dialogue:
>
>copy %1 %2
>
>But, I get this error:
>
>Post processing starting...
>Command line failed (error 2):
>copy "C:\WINNT\Profiles\LWALST~1.LWA\LOCALS~1\Temp\pro5F.xml"
>"C:\WINNT\Profiles\LWALST~1.LWA\LOCALS~1\Temp\pos60.svg"
>
>So, I issued the command manually in a cmd window. Then, I refreshed the
>stylus preview window and my SVG is imaged!
>
>What is wrong with my post-processing command?

Hi Leonard,
"copy" is an internal command, that is, is available only inside the
"cmd.exe" shell window. So you should either use an external command (such
as "xcopy") or specify "cmd /C copy %1 %2"

Hope this helps,

Alberto

Postnext
(Deleted User) Subject: Post process for SVG
Author: (Deleted User)
Date: 05 Apr 2002 09:17 AM
xcopy %1 %2 produces no error, but it appears that the output file is empty. (nothing in browser and I found an empty .svg appears each time I run the transformation)

Ideas?

Thanks,

Leonard

Posttop
Minollo I.Subject: Re: Post process for SVG
Author: Minollo I.
Date: 05 Apr 2002 09:46 AM
br> >xcopy %1 %2 produces no error, but it appears that the output file is
>empty. (nothing in browser and I found an empty .svg appears each time I
>run the transformation)

If you try running "xcopy %1 %2" manually, where %1 is a file and %2 is a
non-existing file, you will notice that xcopy prompts you to know if you
want to create a directory named %2 or a file named %2... I know there is
an option to force xcopy to consider %2 a directory and not a file; but you
want the vice-versa, so I'm not sure if you can forse that.

I've tested Alberto's suggestion: "cmd /C copy %1 %2" and it works fine.

Minollo

   
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.