Full text search for "xml"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • jEdit . . . . 124 matches
         JTidyPlugin - HTML과 XML에서 매칭되는 태그를 표시 http://jtidy.sourceforge.net/
         XML - xml, html 등의 코딩 지원(DOM 구조 표시 등)
         mode.xml.sidekick-tree.follows-caret=true
         xml.cache.system-id.13.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache11361.xml
         xml-insert.dock-position=floating
         xml.standalone-extra-space=true
         xml.cache.public-id.14.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache11361.xml
         plugin-blacklist.XmlIndenter.jar=false
         xml.cache.system-id.16.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache55974.xml
         xml.cache.public-id.2.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache56406.xml
         xml.cache.system-id.2.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache56406.xml
         xml.cache.public-id.5.uri=file\:/C\:/Documents and Settings/kiki/.jedit/dtds/cache59859.xml
         plugin-blacklist.XML.jar=false
         xml.cache.system-id.5.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache21437.xml
         xquery.selectXmlInput.last-source=Please select a Context source document
         xmlindenter.preserve-whitespace-element.modified=true
         xml.cache.public-id.8.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache55974.xml
         mode.xml.sidekick.showStatusWindow.label=true
         xml.cache.system-id.11.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache21439.xml
         xml-match-tag.shortcut=CS+CLOSE_BRACKET
  • ajax . . . . 14 matches
          *Ajax(Asynchronous JavaScript and XML)
         XMLHttpRequest
         var xmlhttp;
          xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
          xmlhttp.onreadystatechange = onreadystatechangeEH
          xmlhttp.open("GET", "/comnote/web/ajax/ajaxTest_getMessage.jsp", true);
          xmlhttp.send();
          if(xmlhttp.readyState){
          document.getElementById("statusCode").innerText = xmlhttp.readyState;
          if(xmlhttp.readyState == 4){
          if (xmlhttp.status == 200)
          document.getElementById("result").innerText = xmlhttp.responseText;
          document.getElementById("statusText").innerText = xmlhttp.statusText;
         xmlhttp.readyState : <div id="statusCode"></div>
         xmlhttp.statusText : <div id="statusText"></div>
         xmlhttp.responseText : <div id="result"></div>
  • HelpOnXmlPages . . . . 8 matches
         == XML Pages & XSLT Processing ==
         If you have Python4Suite installed in your system, it is possible to save XML documents as pages. It's important to start those pages with an XML declaration "{{{<?xml ...>}}}" in the very first line. Also, you have to specify the stylesheet that is to be used to process the XML document to HTML. This is done using a [http://www.w3.org/TR/xml-stylesheet/ standard "xml-stylesheet" processing instruction], with the name of a page containing the stylesheet as the "{{{href}}}" parameter.
         <?xml version="1.0" encoding="ISO-8859-1"?>
         <?xml-stylesheet href="XsltVersion" type="text/xml"?>
         <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
          <xsl:output method="html" omit-xml-declaration="yes" indent="no"/>
  • JWSDP동적호출인터페이스모델클라이언트 . . . . 7 matches
         import javax.xml.rpc.*;
         import javax.xml.namespace.*;
         QName serviceQName = new QName("http://java.sun.com/xml/ns/jax-rpc/wsi/wsdl/webservice", "Webservice");
         QName portQName = new QName("http://java.sun.com/xml/ns/jax-rpc/wsi/wsdl/webservice", "CalIFPort");
          "javax.xml.rpc.encodingstyle.namespace.rui"
          , "http://schemas.xmlsoap.org/soap/encoding/");
          new QName("http://java.sun.com/xml/ns/jax-rpc/wsi/wsdl/webservice", "plus")
          , new QName("http://www.w3.org/2001/XMLSchema", "int")
          , new QName("http://www.w3.org/2001/XMLSchema", "int")
         call.setReturnType(new QName("http://www.w3.org/2001/XMLSchema", "int"));
  • XML스키마 . . . . 7 matches
         [XML]문서 검증을 위한 문법이 초기에는 [DTD]였다. DTD와 마찬가지로 XML 스키마도 XML 문서구조정의를 위해 이용됨
         XML 문법을 따름
         <?xml version="1.0" encoding="UTF-8"?>
         <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
         <?xml version="1.0" encoding="UTF-8"?>
         <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
         위의 XSD(test.xsd)에 맞는(valid한) xml
         <?xml version="1.0" encoding="UTF-8"?>
         <친구들 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test.xsd">
  • JWSDP이용한웹서비스작성순서 . . . . 6 matches
          *web.xml
          *jaxrpc 설정파일 : [jaxrpc-ri.xml]
          /web.xml
          /jaxrpc-ri.xml
         ==> 위과 같이 명령을 수행하면 mytest-portabe.war파일에 웹 서비스를 위한 서블릿이 추가되어 mytest.war 파일이 생성된다. 이때 jaxrpc-ri.xml 파일을 참고로 서블릿 설정이 생성된다.
         = 위의 과정을 자동화해주는 ant용 build.xml과 build.propertes =
  • XMLNamespace . . . . 6 matches
         두 개이상의 다른 [XML]문서를 통합할때 발생되는 문제점을 해결하기 위해 사용
         <{http://a.com/xml/user}title>
         <{http://a.com/xml/cd}title>
         <user:userlist xmlns:user="http..." xmlns:cdlist="http://...">
         <user:userlist xmlns="http..." xmlns:cdlist="http://...">
         [XML 스키마]와 XSLT의 네임스페이스는 고정된 값을 가짐
  • mon.html . . . . 5 matches
          , dataType: 'xml'
          , success: function(xml) {
          displayData($(xml));
         function displayData(xml){
          var entries = xml.find("entry");
  • Axis로WebService개발하기 . . . . 4 matches
         ant build.xml 예제:
         ant build.xml 예제:
         ant build.xml 예제:
         ant build.xml 예제:
  • MyBatisError . . . . 4 matches
         오류 내용 : myBatis sql map xml file 관련 오류라고 나옴
         이상한 점 : 에러에 나오는 xml 파일은 내가 손댄 부분과 전혀 상관 없는 부분이었음
         실마리 : 에러로 나오는 xml과는 상관없는 VO 클래스가 오류 내용에 나옴. 그리고 그 VO는 내가 손댄 부분과 관련있는 부분임
         해결 : 오류에 나오는 VO 클래스와 관련있는 sql xml 파일 수정. result map 설정에 nullValue 지정
  • NewscrapRestarter.java . . . . 4 matches
         import javax.xml.parsers.DocumentBuilder;
         import javax.xml.parsers.DocumentBuilderFactory;
          * 오류 발생시 응답 : <?xml version="1.0" encoding="UTF-8"?>DB Error: connect failed
          * 즉 오류 발생시 정상적인 XML이 리턴되지 않고 있음.
          * 이 프로그램은 주기적으로 데이터를 서버로 요청하다가 정상적인 XML이 리턴되지 않는 경우 서비스의 오류로 판단하고
          getAndParseXML();
          log("errors while getAndParseXML", now1);
          sms("errors while getAndParseXML", now1);
          // private boolean isValidXML(Document doc) {
          private Document getAndParseXML() throws Exception {
          // FileInputStream fis = new FileInputStream("d:/z.xml");
  • XML . . . . 4 matches
         = xml의 장점 =
         = xml의 단점 =
         = xml의 특징 =
         = xml의 응용분야 =
          *[Well-Formed XML] : XML Specification 1.0의 기본 문법 준수 문서
          *[Valid XML] : DTD 문법 따르는 Well-formed XML 문서
         = [XML문서의 구성] =
         = [XML tools] =
         = [XML Namespace] =
         = [XML 스키마] =
         = [XML Parser] =
  • jaxrpc-ri.xml . . . . 4 matches
         ==> 이때 test-portable.war에 jaxrpc-ri.xml이 포함되어 있음
         <?xml version="1.0" encoding="UTF-8"?>
          xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/dd"
  • xsl적용하기.js . . . . 4 matches
         [xml]에 [xsl]적용하는 JavaScript
          if(xmlDoc==null || xslDoc==null)
          msg_id.innerHTML = xmlDoc.trasformNode(xslDoc);
          var fragment = xsltProc.transformToFragment(xmlDoc, document);
  • 웹서비스제작용Ant설정파일 . . . . 4 matches
         build.xml
         <?xml version="1.0" encoding="euc-kr"?>
          copy conf/*.xml dist/WEB-INF 와 같은 명령
          <include name="*.xml" />
  • Ant . . . . 3 matches
         === bulid.xml 예제 ===
         <?xml version="1.0" encoding="euc-kr"?>
         === [Ant build.xml 예제3] ===
  • WSDL문서의구조 . . . . 3 matches
          <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
          <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
          <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  • tomcat . . . . 3 matches
         conf/server.xml 파일의 Connector 태그에 다음 속성 추가
         ==> 톰캣 설치 파일의 conf/server.xml 파일을 고쳐야 eclipse 내에서 생성되는 server 설정에 해당내용이 복사됨
         eclipse_ws/ws1/.metadata/.plugins/org.eclipse.wst.server.core/tmpxxx/conf/server.xml
  • xpath . . . . 3 matches
         [xml] 문서의 특정 노드 접근위한 표현식
         [xml] 문서의 특정 노드 검색시 사용
         XPath(XML Path Language) - XML 문서의 표준경로 지정 언어
         XPath 1.0 : 1999년 11월 16일 w3c 권고안 발표, xml 문법을 사용하지 않는 독립된 문법 규격을 지님(http://www.w3.org/TR/xpath)
  • 1일차-Ajax교육 . . . . 2 matches
         [xml]
         [httpRequest.js] - XMLHttpRequest 객체를 사용하는 [ajax] 공통 함수
         [xsl적용하기.js] - [xml]에 [xsl]적용하는 javascript
  • AntBuild.xml예제3 . . . . 2 matches
         [Ant]에서 사용하는 기본적인 build.xml의 예제
         <?xml version="1.0" encoding="UTF-8"?>
  • Html5HTML . . . . 2 matches
         <link rel='alternate' type="application/rss+xml" href="http://myblog.com/feed" />
         <link rel='pingback' href="http://myblog.com/xmlrpc.php">
  • JUnit관련AntTestTarget예제 . . . . 2 matches
          <formatter type="xml" />
          <include name="TEST-**.xml" />
  • JWSDP . . . . 2 matches
          * Java API for XML Binding(JAXB) : java class를 xml문서로 marshaling 혹은 반대(unmarshaling) 기능 제공
          * Java API form XML Messaging(JAXM) : 비동기적 웹서비스 구현위한 api와 도구
          * Java API for XML Processing(JAXP) : DOM, SAX(Simplle API for XML) 파서 제공, 기본적으로 Apache Group의 Xerces2파서를 사용한다. XSLT관련 api도 제공하며 기본적으로 Xalan이 사용됨
          * Java API for XML Registries(JAXR) : XML 레지스트리에 일관되게 접근하여 정보검색, 저장하도록 하는 표준 java api제공, xml 레지스트리 종류는 [ebXML]과 [UDDI]레지스트리가 있다
          * Java API for XML-based RPC(JAX-RPC) : [RPC](Remote Procedure Call)방식의 웹서비스 시스템 및 클라이언트 개발 api, [WSDL]문서 자동 생성, Tie(클라이언트와 통신 담당) 클래스를 자동 생성, war 파일 생성 기능, 클라이언트를 쉽게 이용하도록 자동으로 Stub 만들어줌
  • LocationPath . . . . 2 matches
         [xml] 문서의 노드들이나 노드들의 그룹을 선택하기 위해 사용됨
         최상위 xmlDocument를 나타냄(최상위 엘리먼트가 아니라...)
  • MavenDependency관리 . . . . 2 matches
         프로젝트 루트 디렉토리에 존재하는 pom.xml 파일에서 관리.
         위 사이트에서 해당 라이브러리 검색하여 POM dependency 를 복사하여 pom.xml의 dependency 부분에 추가
  • MobileSiteDOCTYPE . . . . 2 matches
         <html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko">
  • PI . . . . 2 matches
         파서에게 [XML]문서의 버전, 인코딩 정보 전달, 표현을 위한 스타일시트 지정, 응용프로그램에 예약된 작업 지시
         <?xml version="1.0" encoding="euc-kr"?>
         <?xml-stylesheet type="text/xsl" href="my_style.xsl"?>
  • Well-FormedXML . . . . 2 matches
          *[XML] Specification 1.0의 기본 문법 준수 문서
          *xml 표준에서 규정한 일반적인 규칙을 따르는 문서 의미
          *xml 표준은 Namespaces 표준 1.0과 함께 할 경우만 완전한 표준이 됨
         [Valid XML]
         = Well-Formed XML의 조건 =
         태그이름은 XML로 시작해서는 안됨(XML로 시작하는 단어는 모두 예약어)
  • dp.cmd . . . . 2 matches
         d:\programs\cygwin\bin\find . -maxdepth 1 -name '*.xml' -newer .lastupload | xargs -I {} cp {} .tmp/
         마지막 업로드 시점(=.lastupload파일의 변경시각)이후에 변경된 파일중 *.xml과 *.properties 파일을 .tmp 디렉토리로 옮긴다.
  • iBatis . . . . 2 matches
          <sqlMapresource=“com/disc/dao/sql/user.xml"/>
          <sqlMapresource=“com/disc/dao/sql/dept.xml"/>
  • 사설Repository지정하기 . . . . 2 matches
         pom.xml에 지정하여 프로젝트 단위로 지정거나 settings.xml에 지정하여 글로벌 적용
  • 4일차-Ajax교육 . . . . 1 match
         [xml]
  • Axis . . . . 1 match
         기본적으로 activation.jar mail.jar xmlsec.jar등이 없다고 나오는데 [JWSDP]를 설치한 경우라면 $JWSDP_HOME//jwsdp-shared/lib 에 이미 있다. 없는 경우라면 해당 페이지의 안내를 따라 다운로드 받는다.
  • EbXML기반전자거래절차도 . . . . 1 match
         [ebXML]
         attachment:ebxml-flow-01.gif
         ① 회사 A는 인터넷을 통하여 ebXML등록저장소에서 일반적인 기업간 비즈니스 프로세스 항목을 다운 받는다.
         ② ebXML 솔루션(MSH: Message Service Handler)을 구입하여 기업내부시스템과 연계하여 설치한다.
         ③ 회사 A는 MSH의 프로토콜 정보와 내부기업정보가 정의된 협업 규약 프로파일(CPP)을 ebXML 등록저장소에 등록한다.
         ④ 회사 B는 ebXML 등록저장소에서 회사 A의 CPP를 검색 및 다운로드 받는다.
         from http://www.remko.or.kr/jsp/intro/intro_ebXML.html
  • EclipseJavaCodeStyleFormatter . . . . 1 match
         <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  • HelpOnActions . . . . 1 match
          * `titleindex`: Implements the listing of all page names as text (Self:?action=titleindex) or XML (Self:?action=titleindex&mimetype=text/xml''''''); the main use of this action is to enable MeatBall:MetaWiki.
  • HudsonSvn계정저장위치 . . . . 1 match
         ~/.hudson/hudson.scm.SubversionSCM.xml
  • InterMap . . . . 1 match
         FOAF http://xml.mfd-consult.dk/foaf/explorer/?foaf=
  • JWSDP동적프록시호출모델클라이언트 . . . . 1 match
         javax.xml.rpc.ServiceFactory를 이용 Service 객체를 생성
  • JWSDP이용한웹서비스클라이언트작성 . . . . 1 match
         이때 wscompile.sh 파일을 WSDL의 url을 가지고 있는 설정파일(client-config.xml) 필요
  • JavaTips . . . . 1 match
          .getResourceAsStream("dir/test.xml");
  • JpaJodaTimeAutoConverter . . . . 1 match
         persistence.xml
  • MavenLocalRepository변경하기 . . . . 1 match
         %MAVEN_HOME%/conf/settings.xml
  • Maven으로프로젝트생성 . . . . 1 match
         물론 기본적인 파일도 생성된다.(ex:web.xml 등)
  • RssMacro . . . . 1 match
         [[RSS(http://kldp.org/root/rdf.xml)]]
  • SOAP . . . . 1 match
         (멀티파트 MIME 구조 사용) 첨부를 통합하는 SOAP XML 메시지 지원
         [XML]포맷을 이용
         javax.xml.soap 패키지
  • SpringEclipseCodeFormatter . . . . 1 match
         http://www.springframework.org/files/active/0/spring-eclipse-code-conventions.xml
  • Struts_configRuntimeReload . . . . 1 match
         web.xml 고치기
  • eclipse . . . . 1 match
          * build.xml 을 이용해 컴파일시 메모리 부족 오류가 나는경우 컴파일러 지정부분에 다음과 같이 메모리를 지정
  • xslt . . . . 1 match
         [xml] 문서를 을 html 문서로 변환할때 많이 사용
  • 웹서비스동적스텁생성클라이언트 . . . . 1 match
         import javax.xml.rpc.ServiceException;
Found 52 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-08-27 17:32:32
Processing time 0.0183 sec