Displaying 20 results from an estimated 100000 matches similar to: "XMLexamples?"
2006 May 10
1
Documentation for the PHP OO wrapper
I finally had a chance to spend some time on Olly's idea about
generating documentation for the object-oriented PHP wrapper
http://www.oligarchy.co.uk/xapian/patches/xapian9.phps
>Another way to approach it might be to postprocess Doxygen's XML output
>(which would allow mechanical changes to match PHP syntax).
>
>
I wrote an xslt script to test the idea (It is one of the
2004 Oct 20
2
a few questions
Ok, I think I see. The xslt files are kind of a template which tells
icecast how to format the xml file that is the admin interface? Where
can I get either an example xslt file or information on how this works?
I didn't see details in the icecast docs. I have now skimmed the
information on xml.com, but don't I need to know what xml tags icecast uses?
Thanks for the help,
Richard
2004 Oct 21
2
a few questions
I don't have any there; I suppose that is the problem. I did a locate
*.xslt and nothing pertaining to icecast came up. I suppose I should
grab the source and check it out. I installed from the rpm.
Thanks,
Richard
Michael Smith wrote:
>On Thursday 21 October 2004 14:50, Richard Morey wrote:
>
>
>>Ok, I think I see. The xslt files are kind of a template which tells
2004 Aug 06
1
Small documentation patch
Based on Oddsock's information and my experience trying to brew some
custom XSLT transformations, I've added a few lines to
icecast2_admin.html which might save Icecast admins some time when
attempting to create custom transforms. Please modify as you see fit
and/or correct any errors. Hope this helps...
-mp
(Patch attached in svn diff, hopefully this is the proper format for
Icecast
2012 Aug 16
0
error: virsh not could create bridge interface
hello,
virsh iface-bridge to build bridge interface does not work for me,i've
searched in google but got nothing ,please give some help,thanks.
# VIRSH_DEBUG=0 VIRSH_LOG_FILE=bridge.log virsh iface-bridge eth0 br0
iface-bridge: found option <interface>: eth0
iface-bridge: <interface> trying as interface NAME
libvir: Interface error : Interface not found: couldn't find
2005 Mar 16
0
Building latest svn Samba Docs PDF
Dear all,
Does anyone else get these errors:
/usr/bin/xsltproc --xinclude -o Samba-Developers-Guide-attributions.xml
xslt/gen
erate-attributions.xsl Samba-Developers-Guide/index.xml
warning: failed to load external entity
"Samba-Developers-Guide-attributions.xml
"
mkdir -p tmp
/usr/bin/xsltproc --stringparam latex.imagebasedir
"Samba-Developers-Guide/" --s
tringparam
2006 Mar 19
0
make error...
hi
i'm trying to compile the latest version of icecast (2.3.1)...
first installed latest version of libxml and libxslt.
but "make" gives me the following error message ...
######################
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char
-I/usr/include/libxml2 -I/usr/local/include -D_THREAD_SAFE -g -O2 -c
`test -f 'main.c' || echo
2004 Aug 06
1
Parsing problem
If you want a good way to test out your xsl files, the following will help
quite a bit :
1. get a copy of the stats tree in a file somewhere : wget
http://admin:hackme@server:port/admin/stats;mv stats stats.xml
2. run xsltproc stats.xml yourfile.xsl
xsltproc will try to perform the transform and give you much better
messages than icecast will (icecast just says Cannot parse, but xsltproc
2006 Aug 09
1
Berkeley DB XML Adapter?
Anybody thought abt an adapter for this? Obviously not in the purview of
ActiveRecord but could have a similar interface.. i.e. CRUD + find
[xpath] - Ruby binding does exist. Just curious.
--
Posted via http://www.ruby-forum.com/.
2006 Jan 24
2
Ruby on Rails using XML and XSLT
Hello,
I''m building an ruby on rails application right now and i get an XML
document from a specific url.
Is it in rails possible to transform the XML document with an XSLT
document?
Thanks in advance
Daan
--
Posted via http://www.ruby-forum.com/.
2005 Dec 05
2
Re: [users] CentOS 4.2 dag repo problem.
Hello,
It would be nice if we could get a full list of packages which have a wrong
sha1 checksum. I don't have the bandwidth for a full mirror of all of Dag's
rpms and i also don't have shell access to such a mirror. So a small
request for a mirror admin:
The following checks the files repodata/*.xml.gz against the sha1 sums in
repomd.xml and checks the RPMS/*.rpm files against
2014 Jan 23
1
[Bug 887] New: iptables.xslt wrong "match" -m handling
https://bugzilla.netfilter.org/show_bug.cgi?id=887
Summary: iptables.xslt wrong "match" -m handling
Product: iptables
Version: 1.4.x
Platform: All
OS/Version: Debian GNU/Linux
Status: NEW
Severity: major
Priority: P5
Component: unknown
AssignedTo: netfilter-buglog at lists.netfilter.org
2007 May 01
5
[OT] Inject XML into page and tranform with XSL
Hi,
Is it possible to recieve an xml repsonse from my rails app, and then,
client side, inject the xml into the page without reloading and have it
apply an xslt? Like an AJAX call, but ajax is unavailable to me.
My very limited understanding suggests that xslt is only done at run time in
safari at least.
If I can''t get thsi to work the other option I''ve thought of is to use
2007 May 15
0
MultiMarkdown Version 2.0.b1 released
MultiMarkdown 2.0.b1 includes an update to the core MultiMarkdown
package, the Drag and Drop applications, the TextMate Bundle, and the
Sample Document. There are a couple of significant changes in this
release, as well as some bug fixes:
* change \textwidth to \linewidth in LaTeX export XSLT files (let me
know if this causes problems)
* add Windoze compatibility to the perl scripts
2006 Nov 04
6
Ruby/XSLT
Anybody got any experience using this ( http://greg.rubyfr.net/pub/packages/ruby-xslt/files/README.html ) ? I asked my hosting company (a2hosting.com) about XSLT processors for Rails and mentioned this one. Four hours later I get email that they''ve installed it. Thing is, the documentation didn''t generate, and when I execute ''gem list --local'' it''s
2006 Feb 17
1
Scriptaculous XSLT-sheet available for download
Hiya!
Being very impressed and pleased with scriptaculous I decided to add
several features of it into a Web Publishing System I’m building.
This WPS (as I fondly call it) makes extensive use of XML/XSLt
translations.
To offer some nice visual effects to customers I made a XSL-stylesheet
which allows my customers to access these effects by enclosing some
content into scriptaculous-tags.
I decided
2004 Aug 06
0
Icecast2 Web Admin Interface
Hi Gilles,
> Well, it's not my native language so I'm not pretty sure of my english. :)
My neither. Hey this is a multinational community. ;)
> Did somebody try the xsls ?
yup.
Tried your xlst-files for the stats. Noticed some improved look of the GUI. Did not try the admin xlst's coz I didn't want to mess up my productive system by some silly mistake. ;)
Now looking at
2014 Nov 13
2
Icecast stats.xml
Hi Geoff,
On 11/13/2014 07:59 AM, Geoff Shang wrote:
> On Thu, 13 Nov 2014, Roger H?gensen wrote:
>
>> Shoutcast v1, Shoutcast v2, Icecast-KH are all "compatible" with the
>> way info is collected by StreamLicensing.
>
> It's not really clear to me what you're looking for in terms of
> specific stats.
There's an earlier thread, this message
2004 Aug 06
2
Icecast2 Web Admin Interface
Thomas B. Ruecker, DM8TBR wrote:
>Hi Gilles,
>
>
>
>>Well, it's not my native language so I'm not pretty sure of my english. :)
>>
>>
>My neither. Hey this is a multinational community. ;)
>
>
>
Yeah, that's right.
>>Did somebody try the xsls ?
>>
>>
>yup.
>Tried your xlst-files for the stats. Noticed some
2004 Nov 24
0
Icecast XSL(WebInterface) Tweek
> Apologies if my problem sound silly! I've been modifying the
status.xsl
> , and now stuck with the problem. I want to disply on the top header
> (h2) total number of sources mounted on the server . I dont know
> how/where the webserver is working, thus i dont know how/where to get
> the total count (if its already stored somewhere at all). Otherwise,
> what is the easiest