Search found 10 matches

by wlukasik
Thu Oct 25, 2007 5:18 pm
Forum: Advanced Find and Replace
Topic: Deleting a duplicate line
Replies: 2
Views: 21012

Re: Deleting a duplicate line

Thanks Roman.
by wlukasik
Wed Oct 03, 2007 2:22 pm
Forum: Advanced Find and Replace
Topic: Server cluster
Replies: 0
Views: 15187

Server cluster

Can I run AFR on a server cluster?

Walt
by wlukasik
Thu Sep 20, 2007 12:22 pm
Forum: Advanced Find and Replace
Topic: Deleting a duplicate line
Replies: 2
Views: 21012

Deleting a duplicate line

Roman,

Need your help again. Due to a bug in a purchased software package, there is a duplication in the following xml that is causing a failure.
Note how "<Attr name="TotalBlankPagesInsertedInPartition" value="0" />" is repeated within the last three lines of the "<!-- Partition Level Attributes ...
by wlukasik
Wed Aug 15, 2007 1:47 pm
Forum: Advanced Find and Replace
Topic: xml reformat
Replies: 8
Views: 43946

Re: xml reformat

Thanks again!

Walt
by wlukasik
Wed Aug 15, 2007 12:29 pm
Forum: Advanced Find and Replace
Topic: xml reformat
Replies: 8
Views: 43946

Re: xml reformat

Roman, still another last question. In the file:

<!--wl-->
<Package>
<Document>
<CurrentDocumentInStream>1</CurrentDocumentInStream>
<CurrentDocumentInPartition>1</CurrentDocumentInPartition>
<CurrentDocumentInPackage>1</CurrentDocumentInPackage>
<IsLastDocumentOfPackage>true ...
by wlukasik
Tue Aug 14, 2007 1:05 pm
Forum: Advanced Find and Replace
Topic: Here is an interesting one....
Replies: 2
Views: 20466

Re: Here is an interesting one....

This would be a simple task using Crystal Reports. Just report off of the file system and sort the output.

Walt
by wlukasik
Tue Aug 14, 2007 12:06 pm
Forum: Advanced Find and Replace
Topic: xml reformat
Replies: 8
Views: 43946

Re: xml reformat

Roman, this format worked fine (afr -execute:batch -config c:\afr\test.cfg -min -exit). I was trying to run it off a network drive but for some reason, it didn't work. Thanks again.

Walt

:D :D
by wlukasik
Mon Aug 13, 2007 6:29 pm
Forum: Advanced Find and Replace
Topic: xml reformat
Replies: 8
Views: 43946

Re: xml reformat

Roman, one more thing. What is the syntax for command line processing this file?

Walt
by wlukasik
Mon Aug 13, 2007 4:20 pm
Forum: Advanced Find and Replace
Topic: xml reformat
Replies: 8
Views: 43946

Re: xml reformat

Roman, you are the man! What a great tool. You need to charge more!

Thanks for the help.

Walt
by wlukasik
Mon Aug 13, 2007 3:58 pm
Forum: Advanced Find and Replace
Topic: xml reformat
Replies: 8
Views: 43946

xml reformat

Roman,

I need to take this xml format:

<Document>
<Attr name="CurrentDocumentInStream" value="1" />
<Attr name="CurrentDocumentInPartition" value="1" />
<Attr name="CurrentDocumentInPackage" value="1" />
<Attr name="IsLastDocumentOfPackage" value="true" />
<Attr name="TotalPagesInDocument ...