Variables

xmlcompliancetest.php File Reference

Go to the source code of this file.

Variables

 $xml = "<Test>content</Test>"
 $dom = domxml_open_mem($xml)
 $xpc = xpath_new_context($dom)
 $path = "//Test"
 $res = & xpath_eval($xpc, $path)
 $xsl = file_get_contents("xmlcompliancetest.xsl")
 $args = array( '/_xml' => $xml, '/_xsl' => $xsl )
 $xh = xslt_create()
 $params = array()
 $output = xslt_process($xh,"arg:/_xml","arg:/_xsl",NULL,$args, $params)

Variable Documentation

$args = array( '/_xml' => $xml, '/_xsl' => $xsl )

Definition at line 24 of file xmlcompliancetest.php.

$dom = domxml_open_mem($xml)
$output = xslt_process($xh,"arg:/_xml","arg:/_xsl",NULL,$args, $params)

Definition at line 27 of file xmlcompliancetest.php.

$params = array()
$path = "//Test"

Definition at line 11 of file xmlcompliancetest.php.

$res = & xpath_eval($xpc, $path)

Definition at line 12 of file xmlcompliancetest.php.

$xh = xslt_create()

Definition at line 25 of file xmlcompliancetest.php.

for ($i=0;$i< count($res->nodeset);$i++) $xml = "<Test>content</Test>"

Definition at line 5 of file xmlcompliancetest.php.

Referenced by ilObjSurvey::_clone(), ilObjTest::_clone(), ilBMFBase::_makeDIMEMessage(), ilBMFBase::_makeEnvelope(), ilBMFBase::_makeMimeMessage(), ilBMFBase::_multiArrayType(), ilBMFBase::_serializeValue(), ilMetaData::add(), ilNestedSetXML::addXMLNode(), ASS_Question::copyPageOfQuestion(), ilMetaData::create(), ilObjMediaObjectGUI::editMapArea(), ilObjMediaObjectGUI::editMapAreasObject(), ilObjDlBook::export(), ilNestedSetXML::export(), ilObjDlBook::exportRekursiv(), ilGlossaryExport::exportRekursiv(), ilContObjectExport::exportRekursiv(), ilGlossaryDefinition::exportXMLDefinition(), ilLMPageObject::exportXMLPageContent(), ilObjTest::exportXMLPageObjects(), ilObjQuestionPool::exportXMLPageObjects(), ilMediaItem::getMapAreasXML(), ilNestedSetXML::getTagValue(), ilObjStyleSheet::getXML(), ilObjMediaObject::getXML(), ilMetaTechnicalRequirementSet::getXML(), ilMetaTechnicalRequirement::getXML(), ilMetaTechnical::getXML(), ilContObjParser::handlerEndTag(), ilLMPresentationGUI::ilCitation(), ilLMPresentationGUI::ilMedia(), ilObjSurveyQuestionPool::importObject(), ilObjSurvey::importObject(), ilObjTest::importObject(), ilObjQuestionPool::importObject(), ilNestedSetXML::initDom(), ilGlossaryPresentationGUI::media(), wsdl::serialize(), nusoap_base::serialize_val(), wsdl::serializeParameters(), wsdl::serializeRPCParameters(), wsdl::serializeType(), ilObjDlBookGUI::showAbstract(), ilObjDlBookGUI::showCitation(), ilObjMediaPoolGUI::showMedia(), ilPageObjectGUI::showMediaFullscreen(), SurveyTextQuestion::to_xml(), SurveyOrdinalQuestion::to_xml(), SurveyNominalQuestion::to_xml(), SurveyMetricQuestion::to_xml(), ilObjSurveyQuestionPool::to_xml(), ilObjSurvey::to_xml(), ilObjTest::to_xml(), ilObjQuestionPool::to_xml(), ASS_TextQuestion::to_xml(), ASS_OrderingQuestion::to_xml(), ASS_MultipleChoice::to_xml(), ASS_MatchingQuestion::to_xml(), ASS_JavaApplet::to_xml(), ASS_ImagemapQuestion::to_xml(), ASS_ClozeTest::to_xml(), ilNestedSetXML::updateDomNode(), ilNestedSetXML::updateFromDom(), and ilObjSurveyQuestionPoolGUI::uploadQuestionsObject().

$xpc = xpath_new_context($dom)
$xsl = file_get_contents("xmlcompliancetest.xsl")

Definition at line 22 of file xmlcompliancetest.php.